]> git.ipfire.org Git - thirdparty/linux.git/commit
i2c: uniphier: Replace dev_err() with dev_err_probe() in probe function
authorEnrico Zanda <e.zanda1@gmail.com>
Tue, 15 Apr 2025 18:34:39 +0000 (20:34 +0200)
committerAndi Shyti <andi@smida.it>
Mon, 19 May 2025 20:23:55 +0000 (22:23 +0200)
commitc4f62651f2f7c3e15741fe3804b8763ea8f05d2b
tree23ea7b5064db97c41c776388ddcd12e98a7f4213
parentca0585ac9ef4779197f93e063c7468ec82efcd1f
i2c: uniphier: 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>
Link: https://lore.kernel.org/r/20250415183447.396277-3-e.zanda1@gmail.com
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-uniphier.c