diff options
author | Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com> | 2024-05-13 13:34:27 -0700 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-05-27 09:49:20 +0100 |
commit | a23c14b062d8800a2192077d83273bbfe6c7552d (patch) | |
tree | bba451c5f6c0ce45f452811515c0df67fee53c7c /tools/testing/selftests/bpf/prog_tests/access_variable_array.c | |
parent | bedb2ccb566de5ca0c336ca3fd3588cea6d50414 (diff) |
iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()
When devm_regmap_init_i2c() fails, regmap_ee could be error pointer,
instead of checking for IS_ERR(regmap_ee), regmap is checked which looks
like a copy paste error.
Fixes: a1d1ba5e1c28 ("iio: temperature: mlx90635 MLX90635 IR Temperature sensor")
Reviewed-by: Crt Mori<cmo@melexis.com>
Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Link: https://lore.kernel.org/r/20240513203427.3208696-1-harshit.m.mogalapalli@oracle.com
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/access_variable_array.c')
0 files changed, 0 insertions, 0 deletions