All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] net: rswitch: Fix issues in rswitch_start_xmit()
@ 2023-11-22  1:25 Yoshihiro Shimoda
  2023-11-22  1:25 ` [PATCH net v2 1/3] net: rswitch: Fix type of ret " Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2023-11-22  1:25 UTC (permalink / raw)
  To: s.shtylyov, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-renesas-soc, Yoshihiro Shimoda

This patch series is based on the latest net.git / main branch.

Changes from v1:
https://lore.kernel.org/all/20231121055255.3627949-1-yoshihiro.shimoda.uh@renesas.com/
- Separate a patch because fixing 2 issues.
- Add fixing wrong type of return value.
- Use goto for improving code readability.

Yoshihiro Shimoda (3):
  net: rswitch: Fix type of ret in rswitch_start_xmit()
  net: rswitch: Fix return value in rswitch_start_xmit()
  net: rswitch: Fix missing dev_kfree_skb_any() in error path

 drivers/net/ethernet/renesas/rswitch.c | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-11-22  3:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22  1:25 [PATCH net v2 0/3] net: rswitch: Fix issues in rswitch_start_xmit() Yoshihiro Shimoda
2023-11-22  1:25 ` [PATCH net v2 1/3] net: rswitch: Fix type of ret " Yoshihiro Shimoda
2023-11-22  3:10   ` Andrew Lunn
2023-11-22  3:15     ` Yoshihiro Shimoda
2023-11-22  1:25 ` [PATCH net v2 2/3] net: rswitch: Fix return value " Yoshihiro Shimoda
2023-11-22  1:25 ` [PATCH net v2 3/3] net: rswitch: Fix missing dev_kfree_skb_any() in error path Yoshihiro Shimoda

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.