diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-06-29 17:02:31 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-06-29 17:02:31 -0700 |
commit | 1bc1731133140dccdd08899a59bbc06d975d0a15 (patch) | |
tree | 5264ce0882490e4d432d5c8e9f19f9a1b1c2a43e /Documentation | |
parent | 244055fdc8dd39407a33d4eb9f4053dd4ca8f1bb (diff) |
[IrDA]: Fix RCU lock pairing on error path
irlan_client_discovery_indication calls rcu_read_lock and rcu_read_unlock, but
returns without unlocking in an error case. Fix that by replacing the return
with a goto so that the rcu_read_unlock always gets executed.
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Acked-by: Paul E. McKenney <paulmck@us.ibm.com>
Signed-off-by: Samuel Ortiz samuel@sortiz.org <>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions