From e009ba558b51013d2872c108196cf5f4aaebb4c6 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 5 May 2009 19:21:39 +0000 Subject: [ar71xx] use dev_name() instead of bus_id in ag71xx, ohci-ar71xx, ehci-ar71xx drivers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15629 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...hci-ar71xx-use-dev-name-instead-of-bus-id.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 target/linux/ar71xx/patches-2.6.30/810-ehci-ar71xx-use-dev-name-instead-of-bus-id.patch (limited to 'target/linux/ar71xx/patches-2.6.30/810-ehci-ar71xx-use-dev-name-instead-of-bus-id.patch') diff --git a/target/linux/ar71xx/patches-2.6.30/810-ehci-ar71xx-use-dev-name-instead-of-bus-id.patch b/target/linux/ar71xx/patches-2.6.30/810-ehci-ar71xx-use-dev-name-instead-of-bus-id.patch deleted file mode 100644 index 131029f38..000000000 --- a/target/linux/ar71xx/patches-2.6.30/810-ehci-ar71xx-use-dev-name-instead-of-bus-id.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- a/drivers/usb/host/ehci-ar71xx.c -+++ b/drivers/usb/host/ehci-ar71xx.c -@@ -79,7 +79,7 @@ static int ehci_ar71xx_probe(const struc - res = platform_get_resource(pdev, IORESOURCE_IRQ, 0); - if (!res) { - dev_dbg(&pdev->dev, "no IRQ specified for %s\n", -- pdev->dev.bus_id); -+ dev_name(&pdev->dev)); - return -ENODEV; - } - irq = res->start; -@@ -87,11 +87,11 @@ static int ehci_ar71xx_probe(const struc - res = platform_get_resource(pdev, IORESOURCE_MEM, 0); - if (!res) { - dev_dbg(&pdev->dev, "no base address specified for %s\n", -- pdev->dev.bus_id); -+ dev_name(&pdev->dev)); - return -ENODEV; - } - -- hcd = usb_create_hcd(driver, &pdev->dev, pdev->dev.bus_id); -+ hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev)); - if (!hcd) - return -ENOMEM; - -@@ -205,7 +205,7 @@ static int ehci_ar71xx_driver_probe(stru - pdata = pdev->dev.platform_data; - if (!pdata) { - dev_err(&pdev->dev, "no platform data specified for %s\n", -- pdev->dev.bus_id); -+ dev_name(&pdev->dev)); - return -ENODEV; - } - -- cgit v1.2.3