[SCSI] libfc: fix compile warning
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Sun, 11 Jan 2009 08:38:12 +0000 (17:38 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:57:56 +0000 (12:57 -0500)
commit6e7490c73d8cc48e7084ac976c8be7bbaf530acf
tree47f6235cca759d562f333542cc9dc4fb355aad5a
parentd943aeebc5194f3c6a81fb139ba406040324e4f3
[SCSI] libfc: fix compile warning

I got the following warnings on IA64:

drivers/scsi/libfc/fc_lport.c: In function 'fc_lport_recv_flogi_req':
drivers/scsi/libfc/fc_lport.c:788: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'u64'
drivers/scsi/libfc/fc_lport.c:792: warning: format '%llx' expects type 'long long unsigned int', but argument 3 has type 'u64'
scsi/libfc/fc_rport.c: In function 'fc_rport_recv_plogi_req':
/home/fujita/git/linux-2.6/drivers/scsi/libfc/fc_rport.c:968: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'u64'

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/libfc/fc_lport.c
drivers/scsi/libfc/fc_rport.c