mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
backlight: qcom-wled: Remove redundant dev_err()
Since commit 55b48e23f5 ("genirq/devres: Add error handling in
devm_request_*_irq()"), devm_request_threaded_irq() automatically logs
detailed error messages on failure. Remove the now-redundant
driver-specific dev_err() calls.
Signed-off-by: Pan Chuang <panchuang@vivo.com>
Reviewed-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
Link: https://patch.msgid.link/20260722065709.346072-1-panchuang@vivo.com
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
5859fa79c7
commit
0bf739c3cd
|
|
@ -1639,8 +1639,6 @@ static int wled_configure_ovp_irq(struct wled *wled,
|
|||
wled_ovp_irq_handler, IRQF_ONESHOT,
|
||||
"wled_ovp_irq", wled);
|
||||
if (rc < 0) {
|
||||
dev_err(wled->dev, "Unable to request ovp_irq (err:%d)\n",
|
||||
rc);
|
||||
wled->ovp_irq = 0;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user