mbox series

[0/2] Fix error handling path

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

Message

Yuan Can Nov. 13, 2022, 9:37 a.m. UTC
This series contains two missing error handling related bugfixes.

Yuan Can (2):
  net: skge: Fix error handling in skge_init_module()
  net: sky2: Fix error handling in sky2_init_module()

 drivers/net/ethernet/marvell/skge.c | 10 ++++++++--
 drivers/net/ethernet/marvell/sky2.c | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)