6lowpan: double unlock on an error path
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 26 Jun 2012 20:53:09 +0000 (20:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jun 2012 08:16:45 +0000 (01:16 -0700)
We already unlocked a few lines earlier here, so we can go directly to
drop without passing through unlock.  This was introduced recently in
c5d3687f6c ('6lowpan: read data from skb safely').

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found