mbox series

[net-next,0/2] Fixups for qca8k ds->user_mii_bus cleanup

Message ID 20240202163626.2375079-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series Fixups for qca8k ds->user_mii_bus cleanup | expand

Message

Vladimir Oltean Feb. 2, 2024, 4:36 p.m. UTC
The series "ds->user_mii_bus cleanup (part 1)" from the last development
cycle:
https://patchwork.kernel.org/project/netdevbpf/cover/20240104140037.374166-1-vladimir.oltean@nxp.com/

had some review comments I didn't have the time to address at the time.
One from Alvin and one from Luiz. They can reasonably be treated as
improvements for v6.9.

Vladimir Oltean (2):
  net: dsa: qca8k: put MDIO controller OF node if unavailable
  net: dsa: qca8k: consistently use "ret" rather than "err" for error
    codes

 drivers/net/dsa/qca/qca8k-8xxx.c | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 5, 2024, 12:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri,  2 Feb 2024 18:36:24 +0200 you wrote:
> The series "ds->user_mii_bus cleanup (part 1)" from the last development
> cycle:
> https://patchwork.kernel.org/project/netdevbpf/cover/20240104140037.374166-1-vladimir.oltean@nxp.com/
> 
> had some review comments I didn't have the time to address at the time.
> One from Alvin and one from Luiz. They can reasonably be treated as
> improvements for v6.9.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: dsa: qca8k: put MDIO controller OF node if unavailable
    https://git.kernel.org/netdev/net-next/c/08932323ccf7
  - [net-next,2/2] net: dsa: qca8k: consistently use "ret" rather than "err" for error codes
    https://git.kernel.org/netdev/net-next/c/709776ea8562

You are awesome, thank you!