Re: [PATCH 1/2] net: dsa: mv88e6xxx: re-order functions
From: Andrew Lunn
Date: Sat Mar 11 2023 - 09:54:05 EST
On Sat, Mar 11, 2023 at 10:41:40AM +0100, Klaus Kudielka wrote:
> Move mv88e6xxx_setup() below mv88e6xxx_mdios_register(), so that we are
> able to call the latter one from here. Do the same thing for the
> inverse functions.
>
> Signed-off-by: Klaus Kudielka <klaus.kudielka@xxxxxxxxx>
Hi Klaus
If this your first patchset for netdev? There are a few process issues
you missed. Please take a look at:
https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html
This patchset if for net-next, so the subject should indicate that.
It is also normal to include a patch 0/X which explains the big
picture. Part of the commit message you have in patch 2/2 would then
appear in 0/2.
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew