diff options
author | Denis Joseph Barrow <D.Barow@option.com> | 2008-11-25 09:33:13 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 09:33:13 +0100 |
commit | 52429eb216385fdc6969c0112ba8b46cffefaaef (patch) | |
tree | 49ac34f8d779a706a58414c5f64e317bc1b323c2 /ipc | |
parent | hso: Fix URB submission -EINVAL. (diff) | |
download | linux-52429eb216385fdc6969c0112ba8b46cffefaaef.tar.xz linux-52429eb216385fdc6969c0112ba8b46cffefaaef.zip |
hso: Fix free of mutexes still in use.
A new structure hso_mutex_table had to be declared statically
& used as as hso_device mutex_lock(&serial->parent->mutex) etc
is freed in hso_serial_open & hso_serial_close by kref_put while
the mutex is still in use.
This is a substantial change but should make the driver much stabler.
Signed-off-by: Denis Joseph Barrow <D.Barow@option.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions