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