mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-04 22:35:59 +00:00
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_core.c | ||
| pmbus.c | ||
| pmbus.h | ||
| ucd9000.c | ||
| ucd9200.c | ||
| zl6100.c | ||