From: Nao Nishijima Date: Thu, 25 Aug 2011 09:04:14 +0000 (+0900) Subject: [SCSI] sd: Use sd_printk() instead of printk() X-Git-Tag: v3.2-rc1~125^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2d1851e9dc69da8de5dfe3fc748d041c31e25a;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed