lkml.org 
[lkml]   [2012]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRE: [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


\
 
 \ /
  Last update: 2012-04-06 05:29    [W:0.037 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site