From: James Bottomley Date: Sat, 6 Aug 2005 16:50:03 +0000 (-0500) Subject: [SCSI] iscsi: fix 64 bit compile warning X-Git-Tag: v2.6.15-rc1~723^2~2^2~50^2~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e007b8cc1266ff78810457d6e26c35c6b810ba;p=pandora-kernel.git [SCSI] iscsi: fix 64 bit compile warning drivers/scsi/scsi_transport_iscsi.c: In function `show_transport_handle': drivers/scsi/scsi_transport_iscsi.c:100: warning: long long unsigned int format, long unsigned int arg (arg 3) is caused because uint64_t is only unsigned long on a 64 bit platform. Fix this by casting to unsigned long long. Signed-off-by: James Bottomley --- Reading git-diff-tree failed