[PATCH 3/6] scsi: Implement ch_printk()

2014-06-25 Thread Hannes Reinecke
Update the ch driver to use dev_printk() variants instead of plain printk(); this will prefix logging messages with the appropriate device. Signed-off-by: Hannes Reinecke h...@suse.de Reviewed-by: Martin K. Petersen martin.peter...@oracle.com Reviewed-by: Christoph Hellwig h...@lst.de ---

[PATCH 3/6] scsi: Implement ch_printk()

2014-06-03 Thread Hannes Reinecke
Update the ch driver to use dev_printk() variants instead of plain printk(); this will prefix logging messages with the appropriate device. Signed-off-by: Hannes Reinecke h...@suse.de --- drivers/scsi/ch.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git