commit | 4cfd55202cee115a3686d5ad6a0f60d604aca802 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Tue Mar 22 22:42:41 2016 +0800 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Apr 20 06:59:11 2016 +0200 |
tree | 0150e81e6f7e7234d9fb45d1de87bce2b0341ab3 | |
parent | 33475a8784f4b8f0bff4419569e0dc348b318c99 [diff] |
ARM: cpuidle: constify return value of arm_cpuidle_get_ops() arm_cpuidle_read_ops() just copies '*ops' to cpuidle_ops[cpu], so the structure '*ops' is not modified at all. The comment is also updated accordingly. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>