From: Pramod Gurav Date: Mon, 12 Jan 2015 13:52:12 +0000 (+0530) Subject: tty: serial: msm_serial: Remove console unregistration from driver exit. X-Git-Tag: fixes-v4.0-rc1~98^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7f558c222bc0ed617aa9888d0043a9aeeba253;p=pandora-kernel.git tty: serial: msm_serial: Remove console unregistration from driver exit. unregister_console() will be called from uart_remove_one_port() while removing the platform driver. So not necessary to call it in driver exit path. Signed-off-by: Pramod Gurav Reviewed-by: Stephen Boyd Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed