https://github.com/torvalds/linux
Revision 8ec9c7fb15fd8edf6b34555f5b498033121b2173 authored by Randy Dunlap on 23 September 2011, 22:40:50 UTC, committed by Linus Torvalds on 23 September 2011, 23:02:33 UTC
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>
1 parent 2b7fe39
History
Tip revision: 8ec9c7fb15fd8edf6b34555f5b498033121b2173 authored by Randy Dunlap on 23 September 2011, 22:40:50 UTC
scsi: fix qla2xxx printk format warning
Tip revision: 8ec9c7f
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.6 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 196.7 KB
Makefile -rw-r--r-- 52.3 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top