]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i2c: stm32f4: Replace dev_err() with dev_err_probe() in probe function
authorEnrico Zanda <e.zanda1@gmail.com>
Tue, 20 May 2025 19:43:55 +0000 (21:43 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Thu, 28 May 2026 22:04:53 +0000 (00:04 +0200)
commitd7240da74889e50a9ffa7deddd6d6f4980591fce
treec43c002ec3cb3aba0cb508b1954b4687e6cd97da
parent60acd2b2855ab2d41e3c37d4b8a1f2b8beb6ea45
i2c: stm32f4: 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-6-e.zanda1@gmail.com
drivers/i2c/busses/i2c-stm32f4.c