From: Randy Dunlap Date: Thu, 24 Jul 2014 18:07:58 +0000 (-0700) Subject: scsi: fix u14-34f printk format warnings X-Git-Tag: omap-for-v3.17/fixes-against-rc2~51^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f427957fc6636d04c4b92b86f38a647d20f27fc2;p=pandora-kernel.git scsi: fix u14-34f printk format warnings Fix printk format warnings (seen on i386 builds): ../drivers/scsi/u14-34f.c: In function 'port_detect': ../drivers/scsi/u14-34f.c:630:28: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'u64' [-Wformat=] ../drivers/scsi/u14-34f.c: In function 'u14_34f_queuecommand_lck': ../drivers/scsi/u14-34f.c:1290:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'int' [-Wformat=] Signed-off-by: Randy Dunlap Reviewed-by: Hannes Reinecke Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed