[IrDA]: Fix RCU lock pairing on error path
authorJosh Triplett <josh@freedesktop.org>
Fri, 30 Jun 2006 00:02:31 +0000 (17:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Jun 2006 00:02:31 +0000 (17:02 -0700)
commit1bc1731133140dccdd08899a59bbc06d975d0a15
tree5264ce0882490e4d432d5c8e9f19f9a1b1c2a43e
parent244055fdc8dd39407a33d4eb9f4053dd4ca8f1bb
[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>
net/irda/irlan/irlan_client.c