commit | fdc657c66678551c7987dc23a78ae1a26251276f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Oct 03 17:37:27 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 03 17:37:27 2005 -0700 |
tree | e8046592965a658370211f4068c1b9cdc5edb33e | |
parent | 3115624eda34d0f4e673fc6bcea36b7ad701ee33 [diff] |
[SUNSU]: Fix bogus locking in sunsu_change_mouse_baud() 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>