diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2011-09-23 15:40:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-23 16:02:33 -0700 |
commit | 8ec9c7fb15fd8edf6b34555f5b498033121b2173 (patch) | |
tree | ad8f7c6f50d51d88621ee4ff15f9543ff3ac24c1 /drivers/spi | |
parent | 2b7fe39babcbd67458a0c4fbed5704089e0c8c1f (diff) | |
download | linux-8ec9c7fb15fd8edf6b34555f5b498033121b2173.tar.bz2 |
scsi: fix qla2xxx printk format warning
sector_t can be different types, so cast it to its largest possible
type.
drivers/scsi/qla2xxx/qla_isr.c:1509:5: warning: format '%lx' expects type 'long unsigned int', but argument 5 has type 'sector_t'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/spi')
0 files changed, 0 insertions, 0 deletions