]> git.ipfire.org Git - thirdparty/linux.git/commit
i2c: i2c-xiic: Replace dev_err() with dev_err_probe() in probe function
authorEnrico Zanda <e.zanda1@gmail.com>
Tue, 15 Apr 2025 18:34:46 +0000 (20:34 +0200)
committerAndi Shyti <andi@smida.it>
Mon, 19 May 2025 20:23:55 +0000 (22:23 +0200)
commite7d8a0de7039f57e7f4495f30ce13868aa8e03f2
treed19cc4db07cf0af56d9267d367ca1e1e73f782c1
parent26e3e92e134a1f4eb70c82af0008766bc014a3f6
i2c: i2c-xiic: Replace dev_err() with dev_err_probe() in probe function

This simplifies the code while improving log.

Signed-off-by: Enrico Zanda <e.zanda1@gmail.com>
Link: https://lore.kernel.org/r/20250415183447.396277-10-e.zanda1@gmail.com
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-xiic.c