Rasesh Mody 3fc7237018 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>
2011-09-21 20:55:41 -04:00
..
2011-09-21 20:55:41 -04:00
2011-08-27 00:58:30 -07:00
2011-09-15 17:19:28 -04:00
2011-08-27 00:58:33 -07:00
2011-08-27 00:58:26 -07:00
2011-08-27 00:58:36 -07:00
2011-09-15 15:49:08 -04:00
2011-09-16 19:20:20 -04:00
2011-08-16 00:16:49 -07:00