serial: 8250_dw: Avoid double error messaging when IRQ absent
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 23 Oct 2019 10:35:58 +0000 (13:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Nov 2019 16:45:31 +0000 (17:45 +0100)
commit05faa64e73924556ba281911db24643e438fe7ba
treeab365c0f610971c37434b5ce6a717664984f0cb7
parentb027ce258369cbfa88401a691c23dad01deb9f9b
serial: 8250_dw: Avoid double error messaging when IRQ absent

Since the commit 7723f4c5ecdb ("driver core: platform: Add an error message
to platform_get_irq*()") platform_get_irq() started issuing an error message.
Thus, there is no need to have the same in the driver

Fixes: 7723f4c5ecdb ("driver core: platform: Add an error message to platform_get_irq*()")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20191023103558.51862-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c