All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix error handling path
@ 2022-11-13  9:37 Yuan Can
  2022-11-13  9:37 ` [PATCH 1/2] net: skge: Fix error handling in skge_init_module() Yuan Can
  2022-11-13  9:37 ` [PATCH 2/2] net: sky2: Fix error handling in sky2_init_module() Yuan Can
  0 siblings, 2 replies; 5+ messages in thread
From: Yuan Can @ 2022-11-13  9:37 UTC (permalink / raw)
  To: mlindner, stephen, davem, edumazet, kuba, pabeni, jeff, netdev; +Cc: yuancan

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-13 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-13  9:37 [PATCH 0/2] Fix error handling path Yuan Can
2022-11-13  9:37 ` [PATCH 1/2] net: skge: Fix error handling in skge_init_module() Yuan Can
2022-11-13 13:41   ` kernel test robot
2022-11-13  9:37 ` [PATCH 2/2] net: sky2: Fix error handling in sky2_init_module() Yuan Can
2022-11-13 11:09   ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.