]> git.ipfire.org Git - thirdparty/linux.git/commit
i2c: sun6i-p2wi: Replace dev_err() with dev_err_probe() in probe function
authorEnrico Zanda <e.zanda1@gmail.com>
Tue, 20 May 2025 19:43:53 +0000 (21:43 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Thu, 28 May 2026 21:49:42 +0000 (23:49 +0200)
commit96d94fa66ff8b81c94243febfcf8352aa72b982d
tree70a38d5d950cab392eaa425509f5f88f26917809
parentc2b2bf9989568f9430e1f3dc06f56fd68452a311
i2c: sun6i-p2wi: 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>
Reviewed-by: Chen-Yu Tsai <wens@kernel.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250520194400.341079-4-e.zanda1@gmail.com
drivers/i2c/busses/i2c-sun6i-p2wi.c