diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2024-10-26 06:09:42 +0300 |
---|---|---|
committer | Andi Shyti <andi.shyti@kernel.org> | 2024-11-05 17:17:34 +0300 |
commit | ab2e5c8ff253ff612f7c6ef9441d2ff6558e5449 (patch) | |
tree | c5311fe99d9d40b2da0b9030ae4df4bd884a4157 /fs/btrfs/dev-replace.c | |
parent | 59b723cd2adbac2a34fc8e12c74ae26ae45bf230 (diff) | |
download | linux-ab2e5c8ff253ff612f7c6ef9441d2ff6558e5449.tar.xz |
i2c: muxes: Fix return value check in mule_i2c_mux_probe()
If dev_get_regmap() fails, it returns NULL pointer not ERR_PTR(),
replace IS_ERR() with NULL pointer check, and return -ENODEV.
Fixes: d0f8e97866bf ("i2c: muxes: add support for tsd,mule-i2c multiplexer")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions