git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd46bc
)
cpuidle: Fix menu_device->intervals type
author
Tuukka Tikkanen
<tuukka.tikkanen@linaro.org>
Wed, 14 Aug 2013 16:02:38 +0000
(19:02 +0300)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Thu, 22 Aug 2013 22:24:16 +0000
(
00:24
+0200)
Struct menu_device member intervals is declared as u32, but the value
stored is (unsigned) int. The type is changed to match the value being
stored.
Signed-off-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found