Re: [PATCH v2 net-next] net: stmmac: platform: use optional clk/reset get APIs

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 12 Nov 2020 09:27:37 +0800 you wrote: > Use the devm_reset_control_get_optional() and devm_clk_get_optional() > rather than open coding them. > > Signed-off-by: Jisheng Zhang > --- > Since v1: > - keep wrapped as

[PATCH v2 net-next] net: stmmac: platform: use optional clk/reset get APIs

2020-11-11 Thread Jisheng Zhang
Use the devm_reset_control_get_optional() and devm_clk_get_optional() rather than open coding them. Signed-off-by: Jisheng Zhang --- Since v1: - keep wrapped as suggested by Jakub .../ethernet/stmicro/stmmac/stmmac_platform.c | 22 --- 1 file changed, 9 insertions(+), 13 deleti