Re: [PATCH 1/2] mmc: meson-gx: prevent cfg_div_clk from being disabled on init

2017-02-17 Thread Michał Zegan
W dniu 17.02.2017 o 20:44, Kevin Hilman pisze: > Michał Zegan writes: > >> At the end of function meson_mmc_clk_init, the cfg_div clock was >> prepared, enabled and configured, but then immediately disabled due to bogus >> if statements. >> That made later calls to clk_disable_unprepare execute

Re: [PATCH 1/2] mmc: meson-gx: prevent cfg_div_clk from being disabled on init

2017-02-17 Thread Kevin Hilman
Michał Zegan writes: > At the end of function meson_mmc_clk_init, the cfg_div clock was > prepared, enabled and configured, but then immediately disabled due to bogus > if statements. > That made later calls to clk_disable_unprepare executed during module removal > to fail with a kernel warning