]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i2c: tiny-usb: Replace dev_err() with dev_err_probe() in probe function
authorEnrico Zanda <e.zanda1@gmail.com>
Tue, 20 May 2025 19:43:51 +0000 (21:43 +0200)
committerAndi Shyti <andi.shyti@kernel.org>
Thu, 28 May 2026 21:26:43 +0000 (23:26 +0200)
commit8314eea93e25b8756e6d70bbf3ef5dbe7ba4cbe4
tree75a3569b97566e5c4759752cee81a38f31abc4a6
parent70dc84bd48dccc711261c4abfd96da4aa0f2eecf
i2c: tiny-usb: 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-2-e.zanda1@gmail.com
drivers/i2c/busses/i2c-tiny-usb.c