igbvf: add missing iounmap() on error in igbvf_probe()
authorWei Yongjun <[email protected]>
Tue, 24 Sep 2013 05:18:45 +0000 (05:18 +0000)
committerJeff Kirsher <[email protected]>
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 <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Tested-by: Sibai Li <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/igbvf/netdev.c