diff options
| author | Pei Xiao <xiaopei01@kylinos.cn> | 2026-07-20 16:53:26 +0800 |
|---|---|---|
| committer | Andi Shyti <andi.shyti@kernel.org> | 2026-07-28 16:09:51 +0200 |
| commit | d2b83deba536de9dd068860c223c5c1704b8a4a7 (patch) | |
| tree | 047f316a3676ec40cefe0ba91816d60c7bc8d532 /scripts | |
| parent | 5a32466635ef5d75f9ef6c37a30c88ec79b4b703 (diff) | |
| download | linux-next-d2b83deba536de9dd068860c223c5c1704b8a4a7.tar.gz linux-next-d2b83deba536de9dd068860c223c5c1704b8a4a7.zip | |
i2c: busses: drop redundant dev_err_probe() around irq helpers
platform_get_irq(), devm_request_irq() and devm_request_threaded_irq()
already print an error message via dev_err_probe() on failure, so
wrapping their return value with another dev_err_probe() results in
duplicate error output.
Drop these redundant dev_err_probe() calls across i2c bus drivers
and return the error code directly instead.
Signed-off-by: Pei Xiao <xiaopei01@kylinos.cn>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/aea09858af6be39497325e2560267771ed62e6b0.1784537126.git.xiaopei01@kylinos.cn
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
