]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i2c: stm32f7: Replace dev_err() with dev_err_probe() in probe function
authorEnrico Zanda <e.zanda1@gmail.com>
Tue, 20 May 2025 19:43:54 +0000 (21:43 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Thu, 28 May 2026 21:57:52 +0000 (23:57 +0200)
commit60acd2b2855ab2d41e3c37d4b8a1f2b8beb6ea45
treed055cc2cffc343206ab620bdc61a52036121254a
parent96d94fa66ff8b81c94243febfcf8352aa72b982d
i2c: stm32f7: 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-5-e.zanda1@gmail.com
drivers/i2c/busses/i2c-stm32f7.c