]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: omap: Remove probe error message
authorMarkus Pargmann <mpa@pengutronix.de>
Wed, 5 Nov 2014 12:20:50 +0000 (13:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 02:56:47 +0000 (18:56 -0800)
commite20d24bd4cbab96db9378b9ff4cd7b6dc31f0aa6
tree958f07c15248166aa03bba07d4f2bab0ef45e8e6
parentae5ae3a24e2fe4e0883fde7c2dcfc6f0f606c484
tty: serial: omap: Remove probe error message

This error message is not necessary. The driver core code will print all
probe error messages. It also resolves some error codes to proper error
messages. For example -EPROBE_DEFER will only be printed as an info message.

This patch removes the error message as the core prints the same
information.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/omap-serial.c