]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit245a83099bf5515810f6b35e5fa09cd5b2361528
treea52bebd999e7834149baeb3291884d29c875596c
parent6f269c9f467ec400c5a850ebc7603422de298ebe
[SCSI] qla2xxx: printk fixes

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>
drivers/scsi/qla2xxx/qla_sup.c