commit | ce8d24f9a5965a58c588f9342689702a1024433c | [log] [tgz] |
---|---|---|
author | Andy Duan <fugang.duan@nxp.com> | Thu May 23 01:55:28 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 24 13:12:19 2019 -0700 |
tree | 3fd2ca368cb0e3d00e6b834f83ffd5c3727ad13a | |
parent | 71e15f76f8df7ca01cfa87ed895b194feee90dd4 [diff] |
net: fec: fix the clk mismatch in failed_reset path Fix the clk mismatch in the error path "failed_reset" because below error path will disable clk_ahb and clk_ipg directly, it should use pm_runtime_put_noidle() instead of pm_runtime_put() to avoid to call runtime resume callback. Reported-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Tested-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>