diff options
author | David Howells <dhowells@redhat.com> | 2011-12-15 14:03:14 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-17 20:19:59 +0100 |
commit | 95e3ec11491d0cbce9fcdf1cc17a527c114c7dcf (patch) | |
tree | 57e4630c571235499144e5592f504302efb4de95 /drivers/pps | |
parent | ACPI: kernel-parameters.txt : Add intel_idle.max_cstate (diff) | |
download | linux-95e3ec11491d0cbce9fcdf1cc17a527c114c7dcf.tar.xz linux-95e3ec11491d0cbce9fcdf1cc17a527c114c7dcf.zip |
intel_idle: Fix a cast to pointer from integer of different size warning in intel_idle
Fix the following warning:
drivers/idle/intel_idle.c: In function 'intel_idle_cpuidle_devices_init':
drivers/idle/intel_idle.c:518:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
By making get_driver_data() return a long instead of an int.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/pps')
0 files changed, 0 insertions, 0 deletions