]> git.baikalelectronics.ru Git - kernel.git/commit
ncr5380: Use printk() not pr_debug()
authorFinn Thain <fthain@telegraphics.com.au>
Wed, 12 Nov 2014 05:11:47 +0000 (16:11 +1100)
committerChristoph Hellwig <hch@lst.de>
Thu, 20 Nov 2014 08:11:02 +0000 (09:11 +0100)
commitb9ca2681d1606abb02c0acfa1a3cdb63b6074d18
tree46e8665eb549940038cf2bee78e48127903c7960
parent4905406add0a746d81cfcd8d5b9e1f78dd3f5b4a
ncr5380: Use printk() not pr_debug()

Having defined NDEBUG, and having set the console log level, I'd like to see
some output. Don't use pr_debug(), it's annoying to have to define DEBUG as
well.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/NCR5380.h