]> git.baikalelectronics.ru Git - kernel.git/commit
bnxt_en: fix pci cleanup in bnxt_init_one() failure path
authorSathya Perla <sathya.perla@broadcom.com>
Tue, 21 Feb 2017 00:25:18 +0000 (19:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Feb 2017 02:59:15 +0000 (21:59 -0500)
commitbd9d61569e430016a45a274caa1bb4c7c43c3386
tree60ec6dda407753d540aa5e28b407e7e449f14a8c
parentb6199ee7197f4e2ba695110cf3e0113b9e650ae8
bnxt_en: fix pci cleanup in bnxt_init_one() failure path

In the bnxt_init_one() failure path, bar1 and bar2 are not
being unmapped.  This commit fixes this issue.  Reorganize the
code so that bnxt_init_one()'s failure path and bnxt_remove_one()
can call the same function to do the PCI cleanup.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c