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>
Fri, 13 Dec 2019 07:42:25 +0000 (08:42 +0100)
commit2c72cd48ab03d08fe253835485799a99167ca122
tree0c4af862e5b3176c17b18ec55b64cb5758483f19
parentbc441f73903d74b632c8c2e69ab456b3bfc4c4f7
serial: 8250_dw: Avoid double error messaging when IRQ absent

commit 05faa64e73924556ba281911db24643e438fe7ba upstream.

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