From: Tuukka Tikkanen Date: Wed, 14 Aug 2013 16:02:38 +0000 (+0300) Subject: cpuidle: Fix menu_device->intervals type X-Git-Tag: v3.12-rc1~178^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939e33b7fcd4980f21ff4c9558eb27fe81d16cdb;p=pandora-kernel.git cpuidle: Fix menu_device->intervals type 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed