Skip to content
Commit 1bc17311 authored by Josh Triplett's avatar Josh Triplett Committed by David S. Miller
Browse files

[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: default avatarJosh Triplett <josh@freedesktop.org>
Acked-by: default avatarPaul E. McKenney <paulmck@us.ibm.com>
Signed-off-by: Samuel Ortiz samuel@sortiz.org <>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 244055fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment