aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorJosh Triplett <[email protected]>2006-06-29 17:02:31 -0700
committerDavid S. Miller <[email protected]>2006-06-29 17:02:31 -0700
commit1bc1731133140dccdd08899a59bbc06d975d0a15 (patch)
tree5264ce0882490e4d432d5c8e9f19f9a1b1c2a43e /scripts/patch-kernel
parent244055fdc8dd39407a33d4eb9f4053dd4ca8f1bb (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 <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Signed-off-by: Samuel Ortiz [email protected] <> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions