diff options
author | Rasesh Mody <rmody@brocade.com> | 2011-09-22 02:55:41 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-22 02:55:41 +0200 |
commit | 3fc72370186be2f9d4d6ef06d99e1caa5d92c564 (patch) | |
tree | 94537707a3ed7c7f1ab1584cd11923ff20b49a1b /net/ipv4/igmp.c | |
parent | Merge branch 'master' of github.com:davem330/net-next (diff) | |
download | linux-3fc72370186be2f9d4d6ef06d99e1caa5d92c564.tar.xz linux-3fc72370186be2f9d4d6ef06d99e1caa5d92c564.zip |
bna: PCI Probe Conf Lock Fix
If register_netdev() fails now, then we call mutex_unlock(&bnad->conf_mutex);
on the error path, but it's already unlocked. So we acquire the lock in error
path which will be later unlocked after the cleanup.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/igmp.c')
0 files changed, 0 insertions, 0 deletions