OSDN Git Service

ata: sata_nv: drop pointless VPRINTK() calls and convert remaining ones
authorHannes Reinecke <hare@suse.de>
Tue, 21 Dec 2021 07:20:56 +0000 (08:20 +0100)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Wed, 5 Jan 2022 10:33:02 +0000 (19:33 +0900)
commit47013c580c73c3870796ca5193a24e3334da4105
treea29f5881a1f73b6e9b2d56693269eafd2ef20467
parent23b87b9f6ffe89806f8707e5963e509881e2e0fd
ata: sata_nv: drop pointless VPRINTK() calls and convert remaining ones

Quite some information from the VPRINTK() is already covered by
tracepoints, so remove the pointless calls and convert the remaining
ones to structured logging.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/sata_nv.c