Searched hist:b36fb17159adad16a724f0d298a5b50269839ead (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | adt7475.c | diff b36fb17159adad16a724f0d298a5b50269839ead Wed Aug 08 03:32:17 CEST 2018 Tokunori Ikegami <ikegami@allied-telesis.co.jp> hwmon: (adt7475) Change valid parameter to bool type
Currently the valid variable is of type char, but it is used as boolean. So let's change it to bool.
Signed-off-by: Tokunori Ikegami <ikegami@allied-telesis.co.jp> Cc: Guenter Roeck <linux@roeck-us.net> Cc: Chris Packham <chris.packham@alliedtelesis.co.nz> [groeck: Update description] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|