mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
pktcdvd: Get rid of custom printing macros
We may use traditional dev_*() macros instead of custom ones provided by the driver. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20230310164549.22133-2-andriy.shevchenko@linux.intel.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
committed by
Jens Axboe
parent
1341c7d2cc
commit
3a41db531e
@@ -16,6 +16,7 @@
|
||||
#include <linux/types.h>
|
||||
|
||||
/*
|
||||
* UNUSED:
|
||||
* 1 for normal debug messages, 2 is very verbose. 0 to turn it off.
|
||||
*/
|
||||
#define PACKET_DEBUG 1
|
||||
|
||||
Reference in New Issue
Block a user