Commit f4299e19 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

riscom8: Fix hang on load

This has been around for a while but nobody reported it until recently.
Resubmitting the fix as it's appropriate for 2.6.25
Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cdeeeae0
...@@ -1620,14 +1620,8 @@ static int __init rc_init_drivers(void) ...@@ -1620,14 +1620,8 @@ static int __init rc_init_drivers(void)
static void rc_release_drivers(void) static void rc_release_drivers(void)
{ {
unsigned long flags;
spin_lock_irqsave(&riscom_lock, flags);
tty_unregister_driver(riscom_driver); tty_unregister_driver(riscom_driver);
put_tty_driver(riscom_driver); put_tty_driver(riscom_driver);
spin_unlock_irqrestore(&riscom_lock, flags);
} }
#ifndef MODULE #ifndef MODULE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment