[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200406055530.10860-1-tangbin@cmss.chinamobile.com>
Date: Mon, 6 Apr 2020 13:55:30 +0800
From: Tang Bin <tangbin@...s.chinamobile.com>
To: stern@...land.harvard.edu, gregkh@...uxfoundation.org,
thierry.reding@...il.com, jonathanh@...dia.com
Cc: linux-usb@...r.kernel.org, linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org,
Tang Bin <tangbin@...s.chinamobile.com>
Subject: [PATCH] usb: host: ehci-tegra: Remove superfluous dev_err() message
The platform_get_irq() can print error message,so remove the redundant
dev_err() here.
Signed-off-by: Tang Bin <tangbin@...s.chinamobile.com>
---
drivers/usb/host/ehci-tegra.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c
index d6433f206..75a075daf 100644
--- a/drivers/usb/host/ehci-tegra.c
+++ b/drivers/usb/host/ehci-tegra.c
@@ -480,7 +480,6 @@ static int tegra_ehci_probe(struct platform_device *pdev)
irq = platform_get_irq(pdev, 0);
if (!irq) {
- dev_err(&pdev->dev, "Failed to get IRQ\n");
err = -ENODEV;
goto cleanup_phy;
}
--
2.20.1.windows.1
Powered by blists - more mailing lists