]> git.baikalelectronics.ru Git - kernel.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)
commit7f498a36aff47f32ad128047ff75c1c876e018f6
treec533a3ec17acdd2213545792b77f88f675fbe4cf
parentc6b20f0db9bee62bb39a6b378f1e8afb2304c51b
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