scsi_logging: return void for dev_printk() functions
authorHannes Reinecke <hare@suse.de>
Wed, 4 Feb 2015 07:11:34 +0000 (08:11 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 4 Feb 2015 16:00:24 +0000 (08:00 -0800)
dev_printk() is now a void function, so the related functions
scmd_printk() and sdev_prefix_printk() should be made void, too.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found