[SCSI] qla2xxx: printk fixes
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 16 Oct 2007 21:28:20 +0000 (14:28 -0700)
committerJames Bottomley <jejb@mulgrave.localdomain>
Thu, 18 Oct 2007 12:28:10 +0000 (08:28 -0400)
drivers/scsi/qla2xxx/qla_sup.c: In function 'qla24xx_write_flash_data':
drivers/scsi/qla2xxx/qla_sup.c:655: warning: format '%llx' expects type 'long long unsigned int', but argument 6 has type 'dma_addr_t'
drivers/scsi/qla2xxx/qla_sup.c: In function 'qla25xx_read_optrom_data':
drivers/scsi/qla2xxx/qla_sup.c:1853: warning: format '%llx' expects type 'long long unsigned int', but argument 6 has type 'dma_addr_t'

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found