[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <D958900912E20642BCBC71664EFECE3E6DD3E26DB5@BGMAIL02.nvidia.com>
Date: Fri, 6 Apr 2012 08:56:33 +0530
From: Venu Byravarasu <vbyravarasu@...dia.com>
To: Alan Stern <stern@...land.harvard.edu>
CC: "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] usb: host: tegra: re-arranging ehci functions
> > .flags = HCD_USB2 | HCD_MEMORY,
> >
> > - .reset = tegra_ehci_setup,
> > - .irq = ehci_irq,
> > -
> > +
> > + /* modified ehci functions for tegra */
> > + .reset = tegra_ehci_setup,
> > + .irq = tegra_ehci_irq,
>
> What happened here? This patch is supposed to rearrange the entries,
> not change them.
Thanks Alan, for catching my mistake.
Will fix it and push a new patch.
> > + .hub_control = tegra_ehci_hub_control,
> > + .urb_enqueue = tegra_ehci_urb_enqueue,
>
> Same here.
Will fix and push the patch.
> > #ifdef CONFIG_PM
> > .bus_suspend = tegra_ehci_bus_suspend,
> > .bus_resume = tegra_ehci_bus_resume,
> > #endif
> > - .relinquish_port = ehci_relinquish_port,
> > - .port_handed_over = ehci_port_handed_over,
> > };
>
> Alan Stern
Thanks,
Venu
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists