In the Linux kernel, the following vulnerability has been resolved:
iio: temperature: mlx90635: Fix ERRPTR dereference in mlx90635probe()
When devmregmapiniti2c() fails, regmapee could be error pointer, instead of checking for ISERR(regmapee), regmap is checked which looks like a copy paste error.