]> 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)
commita9abd3cc16b44eedc682a0d865eb559f901c6099
tree06bcf345255dcb0265622cadcff2d567cebc0be0
parent3861b5561a4cef37fc12aef1cbe401598c6142e6
[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