From: Wei Yongjun Date: Wed, 29 May 2013 05:47:09 +0000 (+0800) Subject: serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_modinit() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~77^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147275983e42e07f4c9f3764a91ff65be026aea9;p=pandora-kernel.git serial: samsung: missing uart_unregister_driver() on error in s3c24xx_serial_modinit() Add the missing uart_unregister_driver() before return from s3c24xx_serial_modinit() in the error handling case. Signed-off-by: Wei Yongjun Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed