RE: [PATCH 2/3] PM / devfreq: Fix wrong trans_stat of passive devfreq device
From: MyungJoo Ham
Date: Mon Jan 23 2017 - 22:40:35 EST
> 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 <myungjoo.ham@xxxxxxxxxxx>
>
> Fixes: 996133119f57 ("PM / devfreq: Add new passive governor")
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>
> ---
> drivers/devfreq/devfreq.c | 3 ++-
> drivers/devfreq/governor.h | 2 ++
> drivers/devfreq/governor_passive.c | 5 +++++
> 3 files changed, 9 insertions(+), 1 deletion(-)