[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)
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>

No differences found