]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi_debug: define pr_fmt() for consistent logging
authorTomas Winkler <tomas.winkler@intel.com>
Tue, 28 Jul 2015 13:54:20 +0000 (16:54 +0300)
committerJames Bottomley <JBottomley@Odin.com>
Sun, 6 Sep 2015 17:58:38 +0000 (10:58 -0700)
commitc1287970f4847a973830daf4076bc25929f3b2d9
treef93507e050d4264c3e18adccccd1dd8539881713
parent008549f6e8a1dc4aeea4a8d64184909786b27713
scsi_debug: define pr_fmt() for consistent logging

Use pr_fmt with both module name and __func__
Also drop few bare printk leftovers

The log format should stay pretty much intact

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Acked-by: Douglas Gilbert <dgilbert@interlog.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/scsi_debug.c