From: Fabio Estevam Date: Mon, 27 Oct 2014 16:49:40 +0000 (-0200) Subject: serial: imx: Remove unneeded registration message X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0fd1b73b0f3589ff90582fbbb5eedc149caefab;p=pandora-kernel.git serial: imx: Remove unneeded registration message There is no real value in displaying "Serial: IMX driver" in every boot. The uart_register_driver() can fail and even so the "Serial: IMX 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 i.MX and even though this message gets displayed. Signed-off-by: Fabio Estevam Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed