diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-01-24 08:51:22 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-02-06 13:45:39 +0800 |
commit | c8165dc0ea75855b0bff6e5edbe4957b8a63d021 (patch) | |
tree | 680d1af431e53f73b3ae621d03276acbdd7fa4c1 /include/linux | |
parent | 3ad9524a15126c24fc37922f56a0fb5dd03c218f (diff) | |
download | op-kernel-dev-c8165dc0ea75855b0bff6e5edbe4957b8a63d021.zip op-kernel-dev-c8165dc0ea75855b0bff6e5edbe4957b8a63d021.tar.gz |
PM: intel_powerclamp: off by one in start_power_clamp()
This value has already been clamped correctly to 0 through 49 in
powerclamp_set_cur_state() so this patch doesn't actually change
anything. But we should fix it anyway for consistency.
set_target_ratio is used as an offset into an array with
MAX_TARGET_RATIO (50) elements.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions