mirror of
https://github.com/torvalds/linux.git
synced 2026-08-21 23:15:43 +02:00
Currently if mask is neither CHAN_INFO_RAW or CHAN_INFO_SCALE then
then an uninitialized error return 'ret' is returned. Fix this by
adding a default case that ensures -EINVAL is returned for this
specific case.
Addresses-Coverity: ("Uninitialized scalar variable")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
|
||
|---|---|---|
| .. | ||
| hid-sensor-temperature.c | ||
| Kconfig | ||
| Makefile | ||
| max31856.c | ||
| maxim_thermocouple.c | ||
| mlx90614.c | ||
| mlx90632.c | ||
| tmp006.c | ||
| tmp007.c | ||
| tsys01.c | ||
| tsys02d.c | ||