ata: libata: sanitize ATA_HORKAGE_DUMP_ID
authorHannes Reinecke <hare@suse.de>
Tue, 21 Dec 2021 07:20:28 +0000 (08:20 +0100)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Tue, 4 Jan 2022 11:00:53 +0000 (20:00 +0900)
commit4baa5745ec21efdce3470945a3ff6831b3e6c071
tree59401baa2d8768f2de3cb7c8c19260d5237ff827
parent6044f3c456dc5f4a013e629da8632fab1d50d08e
ata: libata: sanitize ATA_HORKAGE_DUMP_ID

With moving ata_dev_dbg() over to dynamic debugging ATA_HORKAGE_DUMP_ID
will now print out the raw IDENTIFY data without a header unless
explicitly enable via dyndebug.
So move the logging level up to INFO and have the header printed
always.

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