On Mon, Aug 29, 2011 at 02:43:43PM +0400, Sergei Shtylyov wrote: > On 29-08-2011 14:40, Sergei Shtylyov wrote: > > >>Signed-off-by: Sebastian Andrzej Siewior<sebastian@xxxxxxxxxxxxx> > >[...] > > >>@@ -120,7 +72,8 @@ static int ehci_hcd_sh_probe(struct platform_device *pdev) > >>clk_enable(priv->fclk); > >>clk_enable(priv->iclk); > >> > >>- hcd = ehci_hcd_plat_probe(pdev,&ehci_sh_hc_driver); > >>+ hcd = ehci_hcd_plat_probe_init(pdev, &ehci_sh_hc_driver, ehci_sh_reset, > >>+ NULL); > > >Not ehci_hcd_plat_add_init()? typo > And haven't you just removed 'ehci_sh_hc_driver' in this patch? Yes. It's been already spotted. This RFC series should give an outlook what I had in mind. So if nobody objects this in general a v2 series would start right away with the setup argument function :) > WBR, Sergei Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html