From: Josh Triplett Date: Fri, 30 Jun 2006 00:02:31 +0000 (-0700) Subject: [IrDA]: Fix RCU lock pairing on error path X-Git-Tag: v2.6.18-rc1~321^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc1731133140dccdd08899a59bbc06d975d0a15;p=pandora-kernel.git [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 Acked-by: Paul E. McKenney Signed-off-by: Samuel Ortiz samuel@sortiz.org <> Signed-off-by: David S. Miller --- Reading git-diff-tree failed