]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Add missing destroy_workqueue() on error in ixgbe_init_module()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 12 Jul 2016 15:17:02 +0000 (15:17 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 22 Jul 2016 08:38:57 +0000 (01:38 -0700)
commit6a6aa986ca6b26115a5c01851ab74396a0e91101
tree450a800f0488b11cd14bb7d3d7f72100612c9f46
parent23e780722525f68f0ec4187492f53890f7d309ef
ixgbe: Add missing destroy_workqueue() on error in ixgbe_init_module()

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

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c