mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
fbdev: mmp: Remove redundant dev_err()
Since commit 55b48e23f5 ("genirq/devres: Add error handling in
devm_request_*_irq()"), devm_request_irq() automatically logs
detailed error messages on failure. Remove the now-redundant
driver-specific dev_err() call.
Signed-off-by: Pan Chuang <panchuang@vivo.com>
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
048ad864d6
commit
87a1bc216d
|
|
@ -505,8 +505,6 @@ static int mmphw_probe(struct platform_device *pdev)
|
|||
ret = devm_request_irq(ctrl->dev, ctrl->irq, ctrl_handle_irq,
|
||||
IRQF_SHARED, "lcd_controller", ctrl);
|
||||
if (ret < 0) {
|
||||
dev_err(ctrl->dev, "%s unable to request IRQ %d\n",
|
||||
__func__, ctrl->irq);
|
||||
ret = -ENXIO;
|
||||
goto failed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user