From 2f7f558c222bc0ed617aa9888d0043a9aeeba253 Mon Sep 17 00:00:00 2001 From: Pramod Gurav Date: Mon, 12 Jan 2015 19:22:12 +0530 Subject: [PATCH] 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-format-patch failed