[net,0/2] octeontx2: Fix several bugs in exception paths

Message ID cover.1669253985.git.william.xuanziyang@huawei.com
Headers
Series octeontx2: Fix several bugs in exception paths |

Message

Ziyang Xuan Nov. 24, 2022, 1:56 a.m. UTC
  Find several obvious bugs during code review in exception paths. Provide
this patchset to fix them. Not tested, just compiled.

Ziyang Xuan (2):
  octeontx2-pf: Fix possible memory leak in otx2_probe()
  octeontx2-vf: Fix possible memory leak in otx2vf_probe()

 drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c |  5 ++++-
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 12 +++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)