]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a44564975b20b185964a29771d6a61a03c86ac3
tree7e3f4c35059673e56379ec31592d7d49d83a2e01
parent97d46559a6f2fa4e3b526c0013b85fe141f87385
bnx2: Clean up remaining iounmap

commit a4eb61bc3fc34a00965749841b68330b4ad7e7b7 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