Commit aa5ab36a authored by Tang Bin's avatar Tang Bin Committed by Greg Kroah-Hartman
Browse files

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: default avatarTang Bin <tangbin@cmss.chinamobile.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20200406055530.10860-1-tangbin@cmss.chinamobile.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8f3d9f35
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
	}