ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 17 Dec 2021 11:28:32 +0000 (13:28 +0200)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Tue, 4 Jan 2022 11:00:12 +0000 (20:00 +0900)
commit7b6acb4e7faa8590ac9b56874a2129a977da8890
tree69b82024b7523ebe164a1e564d7bf5a142b6b46b
parentea63a8990151948b87dfc0502028bcc7d6724dbc
ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved

platform_get_irq() will print a message when it fails.
No need to repeat this.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/libahci_platform.c