drivers/tty: serial: remove info message
commit48d7ff0eaacbe5a51037bdb06a8a0a729b804b5f
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Wed, 11 Mar 2015 15:20:03 +0000 (11 11:20 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2015 15:38:25 +0000 (11 16:38 +0100)
tree64d89c19627fae2e59811b87d63b03c815cf1b7e
parent079119a2c7c83506ad753e7b95e9ed253e9963f9
drivers/tty: serial: remove info message

Unacceptable levels of debug info will happen when the DMA driver defined in
the DT/ACPI is a blacklisted module.

Another cause for log polution would be the defer probing of the DMA driver
taking too long - in which case the message that this commit removes would be
cluttering the logs due to the init daemons activity.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c