diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-03-10 18:45:41 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-06-07 14:26:09 -0600 |
commit | 3a41db531e5124adaa3a9ab9ca0c724aee85b10c (patch) | |
tree | c767fc5312149a06e3273b96f1477e62ed36b360 /include/uapi/linux/pktcdvd.h | |
parent | 1341c7d2ccf42ed91aea80b8579d35bc1ea381e2 (diff) |
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>
Diffstat (limited to 'include/uapi/linux/pktcdvd.h')
-rw-r--r-- | include/uapi/linux/pktcdvd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/pktcdvd.h b/include/uapi/linux/pktcdvd.h index 6a5552dfd6af..987a3022dc5f 100644 --- a/include/uapi/linux/pktcdvd.h +++ b/include/uapi/linux/pktcdvd.h @@ -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 |