> 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 > > Fixes: 996133119f57 ("PM / devfreq: Add new passive governor") > Cc: stable@vger.kernel.org > Signed-off-by: Chanwoo Choi > --- > drivers/devfreq/devfreq.c | 3 ++- > drivers/devfreq/governor.h | 2 ++ > drivers/devfreq/governor_passive.c | 5 +++++ > 3 files changed, 9 insertions(+), 1 deletion(-)