git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b7fe39
)
scsi: fix qla2xxx printk format warning
author
Randy Dunlap
<rdunlap@xenotime.net>
Fri, 23 Sep 2011 22:40:50 +0000
(15:40 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 23 Sep 2011 23:02:33 +0000
(16:02 -0700)
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>
No differences found