On Thu, May 02, 2019 at 02:38:03AM +0300, Dmitry Osipenko wrote: > The clk_set_min_rate() could fail and in this case clk_set_rate() sets > rate to 0, which may drop EMC rate to minimum and make machine very > difficult to use. > > Reviewed-by: Chanwoo Choi > Signed-off-by: Dmitry Osipenko > --- > drivers/devfreq/tegra-devfreq.c | 16 ++++++++++++++-- > 1 file changed, 14 insertions(+), 2 deletions(-) Acked-by: Thierry Reding