kernel/drivers/macintosh/windfarm_smu_sensors.c
.. .. @@ -273,8 +273,8 @@ 273 273 struct list_head link; 274 274 struct wf_sensor *volts; 275 275 struct wf_sensor *amps; 276 - int fake_volts : 1;277 - int quadratic : 1;276 + unsigned int fake_volts : 1;277 + unsigned int quadratic : 1;278 278 struct wf_sensor sens; 279 279 }; 280 280 #define to_smu_cpu_power(c) container_of(c, struct smu_cpu_power_sensor, sens)