commit | 1bc1731133140dccdd08899a59bbc06d975d0a15 | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@freedesktop.org> | Thu Jun 29 17:02:31 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 29 17:02:31 2006 -0700 |
tree | 5264ce0882490e4d432d5c8e9f19f9a1b1c2a43e | |
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>