mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
As found by gcc -Wmaybe-uninitialized, having a storage_bytes value other than 2 or 4 will result in undefined behavior: drivers/iio/temperature/maxim_thermocouple.c: In function 'maxim_thermocouple_read': drivers/iio/temperature/maxim_thermocouple.c:141:5: error: 'ret' may be used uninitialized in this function [-Werror=maybe-uninitialized] This probably cannot happen, but returning -EINVAL here is appropriate and makes gcc happy and the code more robust. Fixes: |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| maxim_thermocouple.c | ||
| mlx90614.c | ||
| tmp006.c | ||
| tsys01.c | ||
| tsys02d.c | ||