bsg: use pr_debug instead of hand crafted macros
authorJohannes Thumshirn <jthumshirn@suse.de>
Wed, 24 Jan 2018 16:50:06 +0000 (09:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 24 Jan 2018 16:50:06 +0000 (09:50 -0700)
commit3124b65dad946c20feaaf08959ee38ec27361da9
tree3004f99d4beac533635774ce0839fd0e71e426e6
parent6b136a24b05c81a24e0b648a4bd938bcd0c4f69e
bsg: use pr_debug instead of hand crafted macros

Use pr_debug instead of hand crafted macros. This way it is not needed to
re-compile the kernel to enable bsg debug outputs and it's possible to
selectively enable specific prints.

Cc: Joe Perches <joe@perches.com>
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bsg.c