| To: | Maxime Bizon <mbizon@freebox.fr> |
|---|---|
| Subject: | Re: [PATCH 09/10] bcm63xx: don't set bus type in ehci-bcm63xx.c |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Mon, 1 Jun 2009 20:12:23 +0200 |
| Cc: | linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=hdixYAEPoHYNUX0Rnf66BF0m91oASGcYN9fTaoaoDJA=; b=VY9ntilx+1uPu+8LvEL2VkJh2yjKap8I1oYHHoiaYzEdhpVd0OOFX/6Xr6DBTE/h2T iYkNq2/8mF1zq5mviDVxVFcoaRTYz9SgAv4bbdhQ7rya/9DIK7u4t8kQCVp3iQqCOtNX MwpcR9neprS7vXl53ouFE8aloeakGIiBrsavY= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=tpfaGa15peAPoo76w+wUFLS5BcP2fqQLp9f6AaXULShWXXmtUGnNaey+pW+gaADJL2 5416lUgp4uD8H02MJcNF19jAEZpMHI4O/WNRK9vcF0hFvfOvjBDVuTI37jAedSqguwPk ptng8N+g3EqQOiAvSQd3KAMNtAZnZsL4JowKQ= |
| In-reply-to: | <1243876918-9905-10-git-send-email-mbizon@freebox.fr> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1243876918-9905-1-git-send-email-mbizon@freebox.fr> <1243876918-9905-10-git-send-email-mbizon@freebox.fr> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.9.9 |
Le Monday 01 June 2009 19:21:57 Maxime Bizon, vous avez écrit :
> The platform code already sets the bus type, so don't do it.
>
> Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Acked-by: Florian Fainelli <florian@openwrt.org>
> ---
> drivers/usb/host/ehci-bcm63xx.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/usb/host/ehci-bcm63xx.c
> b/drivers/usb/host/ehci-bcm63xx.c index 0aba0f9..8a62c0a 100644
> --- a/drivers/usb/host/ehci-bcm63xx.c
> +++ b/drivers/usb/host/ehci-bcm63xx.c
> @@ -145,7 +145,6 @@ static struct platform_driver ehci_hcd_bcm63xx_driver =
> { .driver = {
> .name = "bcm63xx_ehci",
> .owner = THIS_MODULE,
> - .bus = &platform_bus_type
> },
> };
--
Best regards, Florian Fainelli
Email : florian@openwrt.org
http://openwrt.org
-------------------------------
|
| Previous by Date: | Re: [PATCH 08/10] bcm63xx: use platform_get_irq in ehci-bcm63xx.c, Florian Fainelli |
|---|---|
| Next by Date: | Re: [PATCH 10/10] bcm63xx: clarify meaning of the magical value in ehci-bcm63xx.c, Florian Fainelli |
| Previous by Thread: | [PATCH 09/10] bcm63xx: don't set bus type in ehci-bcm63xx.c, Maxime Bizon |
| Next by Thread: | [PATCH 10/10] bcm63xx: clarify meaning of the magical value in ehci-bcm63xx.c, Maxime Bizon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |