]> git.baikalelectronics.ru Git - kernel.git/commit
qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 8 Oct 2013 03:32:17 +0000 (11:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Oct 2013 20:33:50 +0000 (16:33 -0400)
commitf1f39f2614c2c5c35eeb3ce034848c85d8ffdd9f
tree2d7321d5024871f8a90f597a384b1e8e831833b7
parent0b2eb4ab48bb3e94322e96be2d6764d08325e6e6
qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()

Add the missing destroy_workqueue() before return from
qlcnic_probe() in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c