]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit3d3fa724fc317db307d7228745d917505e5dd610
tree06bcf345255dcb0265622cadcff2d567cebc0be0
parent4c77cc6e6397d60fdcc3d7f4d19b202d1e1941ce
[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