Re: [PATCH v2 1/2] net: phy: mscc: move shared probe code into a helper

2020-06-11 Thread David Miller
From: Heiko Stuebner Date: Tue, 9 Jun 2020 15:31:39 +0200 > From: Heiko Stuebner > > The different probe functions share a lot of code, so move the > common parts into a helper to reduce duplication. > > Signed-off-by: Heiko Stuebner > --- > changes in v2: > - new patch as suggested by Andre

[PATCH v2 1/2] net: phy: mscc: move shared probe code into a helper

2020-06-09 Thread Heiko Stuebner
From: Heiko Stuebner The different probe functions share a lot of code, so move the common parts into a helper to reduce duplication. Signed-off-by: Heiko Stuebner --- changes in v2: - new patch as suggested by Andrew drivers/net/phy/mscc/mscc_main.c | 97 +--- 1 f