summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorJulia Lawall2010-03-29 07:35:05 +0200
committerDavid S. Miller2010-03-31 08:03:18 +0200
commitce6fbdefb68d46db88170494b277551f955b48e2 (patch)
tree518b920f15c6cb00717767b521f3f596babfe34d /drivers/net/bonding/bond_main.c
parentnet: gianfar - align BD ring size console messages (diff)
downloadkernel-qcow2-linux-ce6fbdefb68d46db88170494b277551f955b48e2.tar.gz
kernel-qcow2-linux-ce6fbdefb68d46db88170494b277551f955b48e2.tar.xz
kernel-qcow2-linux-ce6fbdefb68d46db88170494b277551f955b48e2.zip
drivers/net: Add missing unlock
Unlock the lock before leaving the function. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r exists@ expression E1; identifier f; @@ f (...) { <+... * spin_lock_irqsave (E1,...); ... when != E1 * return ...; ...+> } // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
0 files changed, 0 insertions, 0 deletions