]> git.dujemihanovic.xyz Git - linux.git/commitdiff
Merge branch 'rswitch-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 24 Nov 2023 01:52:36 +0000 (01:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Nov 2023 01:52:36 +0000 (01:52 +0000)
Yoshihiro Shimoda says:

====================
net: rswitch: Fix issues in rswitch_start_xmit()

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

Changes from v2:
https://lore.kernel.org/all/20231122012556.3645840-1-yoshihiro.shimoda.uh@renesas.com/
- Keep reverse christmas tree of local variable declarations in patch 1/3.

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge