serial: fsl_lpuart: Remove unneeded registration message
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 7 Nov 2014 02:23:14 +0000 (00:23 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Nov 2014 16:35:46 +0000 (08:35 -0800)
commit144c29ed5fa361b890523358d791e6481d55e5a6
treee10eba426b20bfde2fbac622b8328800684fe7a4
parent4ae612a3260336872e4f858d2d226a3721ccfd89
serial: fsl_lpuart: Remove unneeded registration message

There is no real value in displaying "serial: Freescale lpuart driver" in every
boot.

The uart_register_driver() can fail and even so the "serial: Freescale lpuart
driver" will be displayed, which is not really helpful.

This is particularly annoying when booting multi_v7_defconfig kernel on a SoC
that is not a Vybrid/Layerscape and even though this message gets displayed.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Jingchang Lu <jingchang.lu@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c