> Until now, the trans_stat information of passive devfreq is not updated. > This patch updates the trans_stat information after setting the target > frequency of passive devfreq device.
Acked-by: MyungJoo Ham <[email protected]> > > Fixes: 996133119f57 ("PM / devfreq: Add new passive governor") > Cc: [email protected] > Signed-off-by: Chanwoo Choi <[email protected]> > --- > drivers/devfreq/devfreq.c | 3 ++- > drivers/devfreq/governor.h | 2 ++ > drivers/devfreq/governor_passive.c | 5 +++++ > 3 files changed, 9 insertions(+), 1 deletion(-)

