Re: [PATCH 01/29] ncr5380: Use printk() not pr_debug()

2014-10-06 Thread Hannes Reinecke
On 10/02/2014 08:56 AM, Finn Thain wrote: > 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 > > --- > > Use of pr_debug() here was a bad idea of mine.

[PATCH 01/29] ncr5380: Use printk() not pr_debug()

2014-10-02 Thread Finn Thain
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 --- Use of pr_debug() here was a bad idea of mine. Joe was right when he questioned it. --- drivers/scsi/NCR