powercap: idle_inject: Replace play_idle() with play_idle_precise() in comments
authorYangtao Li <tiny.windzz@gmail.com>
Sun, 21 Jun 2020 08:04:12 +0000 (16:04 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 9 Jul 2020 12:40:07 +0000 (14:40 +0200)
commit0735069c5e49d3f4f5f92669fcc3882500c118e5
treeedc31875cfb44ab298dd6bf538ff7a7e79b15479
parent2d798d9f5967a3f134b1c55acbbe026c032e3429
powercap: idle_inject: Replace play_idle() with play_idle_precise() in comments

After commit 333cff6c963fbc ("powercap/drivers/idle_inject: Specify
idle state max latency"), we convert to use play_idle_precise() with
max allowed latency to specify the idle state.

Some function comments still use play_idle(), let's update it to
play_idle_precise().

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Frank Lee <frank@allwinnertech.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/powercap/idle_inject.c