bnx2: Clean up remaining iounmap
authorNeil Horman <nhorman@tuxdriver.com>
Wed, 26 Sep 2012 07:22:02 +0000 (07:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Sep 2012 23:18:50 +0000 (19:18 -0400)
commit64f605c77408ad3aaff025e849d2e42cad9687e3
tree7e3f4c35059673e56379ec31592d7d49d83a2e01
parentb629820d18fa65cc598390e4b9712fd5f83ee693
bnx2: Clean up remaining iounmap

commit c0357e975afdbbedab5c662d19bef865f02adc17 modified bnx2 to switch from
using ioremap/iounmap to pci_iomap/pci_iounmap.  They missed a spot in the error
path of bnx2_init_one though.  This patch just cleans that up.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
CC: Michael Chan <mcan@broadcom.com>
CC: "David S. Miller" <davem@davemloft.net>
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2.c