]> git.ipfire.org Git - thirdparty/linux.git/commit
i2c: sprd: Replace dev_err() with dev_err_probe() in probe function
authorEnrico Zanda <e.zanda1@gmail.com>
Tue, 20 May 2025 19:43:58 +0000 (21:43 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Thu, 28 May 2026 22:05:03 +0000 (00:05 +0200)
commit229b32371e22688362eebf38d00f8abc4b7ead40
treef3b0846f0c3d75e440016af11a30e921f7be6ccb
parentfa08414db666a178e52f5ed7e1f538301bf0767a
i2c: sprd: 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-9-e.zanda1@gmail.com
drivers/i2c/busses/i2c-sprd.c