[SCSI] sd: Use sd_printk() instead of printk()
commitfe2d1851e9dc69da8de5dfe3fc748d041c31e25a
authorNao Nishijima <nao.nishijima.xt@hitachi.com>
Thu, 25 Aug 2011 09:04:14 +0000 (25 18:04 +0900)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 29 Aug 2011 07:16:20 +0000 (29 00:16 -0700)
tree06bcf345255dcb0265622cadcff2d567cebc0be0
parenta72c5e5eb738033938ab30d6a634b74d1d060f10
[SCSI] sd: Use sd_printk() instead of printk()

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>
drivers/scsi/sd.c