]> git.ipfire.org Git - thirdparty/linux.git/commit
i2c: stm32: Replace dev_err() with dev_err_probe() in probe function
authorEnrico Zanda <e.zanda1@gmail.com>
Tue, 20 May 2025 19:43:56 +0000 (21:43 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Thu, 28 May 2026 22:04:57 +0000 (00:04 +0200)
commit612b59b1b217f87f8723cb4d580da355a6af1810
tree913df47268badaa706246d72cf32d2679f74d4ad
parentd7240da74889e50a9ffa7deddd6d6f4980591fce
i2c: stm32: 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>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250520194400.341079-7-e.zanda1@gmail.com
drivers/i2c/busses/i2c-stm32.c