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:
a72c5e5
)
[SCSI] sd: Use sd_printk() instead of printk()
author
Nao Nishijima
<nao.nishijima.xt@hitachi.com>
Thu, 25 Aug 2011 09:04:14 +0000
(18:04 +0900)
committer
James Bottomley
<JBottomley@Parallels.com>
Mon, 29 Aug 2011 07:16:20 +0000
(
00:16
-0700)
sd_ioctl() still use printk() for log output.
It should use sd_printk() instead of printk(), as well as other sd_*.
All SCSI messages should output via s*_printk() instead of printk().
Signed-off-by: Nao Nishijima <nao.nishijima.xt@hitachi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
No differences found