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
@@ -156,7 +156,6 @@ struct pktcdvd_device
|
||||
{
|
||||
struct block_device *bdev; /* dev attached */
|
||||
dev_t pkt_dev; /* our dev */
|
||||
char name[20];
|
||||
struct packet_settings settings;
|
||||
struct packet_stats stats;
|
||||
int refcnt; /* Open count */
|
||||
|
||||
Reference in New Issue
Block a user