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:
parent
1341c7d2cc
commit
3a41db531e
3 changed files with 130 additions and 119 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue