commit | 17086399c113d933e1202697f85b8f0f82fcb8ce | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@broadcom.com> | Mon Feb 20 19:25:18 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 20 21:59:15 2017 -0500 |
tree | 60ec6dda407753d540aa5e28b407e7e449f14a8c | |
parent | daf1f1e7841138cb0e48d52c8573a5f064d8f495 [diff] |
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>