hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/macintosh/windfarm_smu_sensors.c
....@@ -273,8 +273,8 @@
273273 struct list_head link;
274274 struct wf_sensor *volts;
275275 struct wf_sensor *amps;
276
- int fake_volts : 1;
277
- int quadratic : 1;
276
+ unsigned int fake_volts : 1;
277
+ unsigned int quadratic : 1;
278278 struct wf_sensor sens;
279279 };
280280 #define to_smu_cpu_power(c) container_of(c, struct smu_cpu_power_sensor, sens)