From: Jiri Slaby Date: Fri, 8 Dec 2006 10:38:26 +0000 (-0800) Subject: [PATCH] Char: mxser_new, don't check tty_unregister retval X-Git-Tag: v2.6.20-rc1~34^2~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead568c9cdab2592abdbd1f023931665cc24b5db;p=pandora-kernel.git [PATCH] Char: mxser_new, don't check tty_unregister retval Like other drivers silently unregister_tty_driver and put_tty_driver. It shouldn't be busy when module release function is called, since we are not bsd, no refs shouldn't be held. Cc: Alan Cox Signed-off-by: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed