[SUNSU]: Fix bogus locking in sunsu_change_mouse_baud()
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Oct 2005 00:37:27 +0000 (17:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Oct 2005 00:37:27 +0000 (17:37 -0700)
The lock is not held when calling this function, so we
shouldn't drop then reacquire it.

Based upon a report from Jim MacBaine.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found