diff options
author | Chuhong Yuan <hslester96@gmail.com> | 2019-11-20 04:25:13 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-05 00:34:31 +0300 |
commit | d9c7531fb4708eb3f22cccdb0b7371834d37555a (patch) | |
tree | 949167abfbff77ed26a3b1b87c19372ecb823d1d /arch/m68k/mm/init.c | |
parent | 2ce74ce81c413749eccb3559c863a9279e7271f0 (diff) | |
download | linux-d9c7531fb4708eb3f22cccdb0b7371834d37555a.tar.xz |
net: fec: fix clock count mis-match
commit a31eda65ba210741b598044d045480494d0ed52a upstream.
pm_runtime_put_autosuspend in probe will call runtime suspend to
disable clks automatically if CONFIG_PM is defined. (If CONFIG_PM
is not defined, its implementation will be empty, then runtime
suspend will not be called.)
Therefore, we can call pm_runtime_get_sync to runtime resume it
first to enable clks, which matches the runtime suspend. (Only when
CONFIG_PM is defined, otherwise pm_runtime_get_sync will also be
empty, then runtime resume will not be called.)
Then it is fine to disable clks without causing clock count mis-match.
Fixes: c43eab3eddb4 ("net: fec: add missed clk_disable_unprepare in remove")
Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Acked-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/m68k/mm/init.c')
0 files changed, 0 insertions, 0 deletions