ata: libata: move ata_dump_id() to dynamic debugging
authorHannes Reinecke <hare@suse.de>
Tue, 21 Dec 2021 07:20:27 +0000 (08:20 +0100)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Tue, 4 Jan 2022 11:00:49 +0000 (20:00 +0900)
commit6044f3c456dc5f4a013e629da8632fab1d50d08e
treeb6db9d5b424aa2fc87ea25c7c57ee5d9db0f6fe5
parent6c952a0dc9c3ced98c4c8aa7cd11c25c59157f1f
ata: libata: move ata_dump_id() to dynamic debugging

Use ata_dev_dbg() to print out the information in ata_dump_id()
and remove the ata_msg_probe() conditional.

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