Re: [PATCH -next] net: stmmac: fix missing unlock on error in stmmac_suspend()

2021-03-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 27 Mar 2021 17:33:22 +0800 you wrote: > Add the missing unlock before return from stmmac_suspend() > in the error handling case. > > Fixes: 5ec55823438e ("net: stmmac: add clocks management for gmac driver") > Repo

[PATCH -next] net: stmmac: fix missing unlock on error in stmmac_suspend()

2021-03-27 Thread Yang Yingliang
Add the missing unlock before return from stmmac_suspend() in the error handling case. Fixes: 5ec55823438e ("net: stmmac: add clocks management for gmac driver") Reported-by: Hulk Robot Signed-off-by: Yang Yingliang --- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +++- 1 file changed,