[SCSI] sd: Use sd_printk() instead of printk()
authorNao Nishijima <nao.nishijima.xt@hitachi.com>
Thu, 25 Aug 2011 09:04:14 +0000 (18:04 +0900)
committerJames 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