Re: [PATCH 3/4] ch: remove debug noise in ch_do_scsi

2015-01-19 Thread Ewan Milne
On Sun, 2015-01-18 at 16:11 +0100, Christoph Hellwig wrote: The midlayer logging already prints the cdb details if the logging level is high enough, no need to duplicate this in the ch driver. Signed-off-by: Christoph Hellwig h...@lst.de --- drivers/scsi/ch.c | 8 1 file changed,

Re: [PATCH 3/4] ch: remove debug noise in ch_do_scsi

2015-01-18 Thread Hannes Reinecke
On 01/18/2015 04:11 PM, Christoph Hellwig wrote: The midlayer logging already prints the cdb details if the logging level is high enough, no need to duplicate this in the ch driver. Signed-off-by: Christoph Hellwig h...@lst.de Reviewed-by: Hannes Reinecke h...@suse.de Cheers, Hannes --

[PATCH 3/4] ch: remove debug noise in ch_do_scsi

2015-01-18 Thread Christoph Hellwig
The midlayer logging already prints the cdb details if the logging level is high enough, no need to duplicate this in the ch driver. Signed-off-by: Christoph Hellwig h...@lst.de --- drivers/scsi/ch.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/scsi/ch.c b/drivers/scsi/ch.c