Re: [PATCH v5 9/9] usb: chipidea: add support to the generic PHY framework in ChipIdea

From: Antoine Tenart
Date: Tue Sep 16 2014 - 09:42:14 EST


On Tue, Sep 16, 2014 at 08:07:21AM +0800, Peter Chen wrote:
> On Mon, Sep 15, 2014 at 12:35:09PM +0200, Antoine Tenart wrote:
> > diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c
> > index 8f437e1512fa..999e9d683d7a 100644
> > --- a/drivers/usb/chipidea/debug.c
> > +++ b/drivers/usb/chipidea/debug.c
> > @@ -220,7 +220,7 @@ static int ci_otg_show(struct seq_file *s, void *unused)
> >
> > /* ------ State ----- */
> > seq_printf(s, "OTG state: %s\n\n",
> > - usb_otg_state_string(ci->usb_phy->otg.state));
> > + usb_otg_state_string(ci->otg.state));
>
> This one should be at your 8th patch, isn't it?

Right.

Antoine


--
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/