mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	|  d7ee11157f Some configurations produce the following compiler warning: drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_show_boolean': drivers/hwmon/pmbus/pmbus_core.c:752: warning: 'val' may be used uninitialized in this function While this is a false positive, it can easily be fixed by overloading the return value from pmbus_get_boolean with both val and error return code (val is a boolean and thus never negative). Signed-off-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Robert Coulson <robert.coulson@ericsson.com> | ||
|---|---|---|
| .. | ||
| adm1275.c | ||
| Kconfig | ||
| lm25066.c | ||
| ltc2978.c | ||
| Makefile | ||
| max8688.c | ||
| max16064.c | ||
| max34440.c | ||
| pmbus.c | ||
| pmbus.h | ||
| pmbus_core.c | ||
| ucd9000.c | ||
| ucd9200.c | ||
| zl6100.c | ||