]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
igbvf: add missing iounmap() on error in igbvf_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 24 Sep 2013 05:18:45 +0000 (05:18 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 24 Oct 2013 12:11:16 +0000 (05:11 -0700)
commitde524681f88ff4ed293aa239f83c8cb04d59b47d
treec533a3ec17acdd2213545792b77f88f675fbe4cf
parent3de9e65f011b95235a789b12abc4730570cdb737
igbvf: add missing iounmap() on error in igbvf_probe()

Add the missing iounmap() before return from igbvf_probe()
in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Tested-by: Sibai Li <Sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igbvf/netdev.c