mbox series

[0/2] Fix error handling path

Message ID 20221114082640.91128-1-yuancan@huawei.com (mailing list archive)
Headers show
Series Fix error handling path | expand

Message

Yuan Can Nov. 14, 2022, 8:26 a.m. UTC
This series contains two missing error handling related bugfixes.

Yuan Can (2):
  fm10k: Fix error handling in fm10k_init_module()
  iavf: Fix error handling in iavf_init_module()

 drivers/net/ethernet/intel/fm10k/fm10k_main.c | 10 +++++++++-
 drivers/net/ethernet/intel/iavf/iavf_main.c   |  9 ++++++++-
 2 files changed, 17 insertions(+), 2 deletions(-)