commit | 8ec9c7fb15fd8edf6b34555f5b498033121b2173 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Fri Sep 23 15:40:50 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 23 16:02:33 2011 -0700 |
tree | ad8f7c6f50d51d88621ee4ff15f9543ff3ac24c1 | |
parent | 2b7fe39babcbd67458a0c4fbed5704089e0c8c1f [diff] |
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>