On Fri, Jan 07, 2011 at 08:56:26AM -0800, Tony Lindgren wrote:
> > diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c
> > index 17bd639..9eaa28c 100644
> > --- a/arch/arm/mach-omap2/mux.c
> > +++ b/arch/arm/mach-omap2/mux.c
> > @@ -160,7 +160,7 @@ static int __init _omap_mux_get_by_name(struct 
> > omap_mux_partition *partition,
> >     struct omap_mux *mux = NULL;
> >     struct omap_mux_entry *e;
> >     const char *mode_name;
> > -   int found = 0, found_mode, mode0_len = 0;
> > +   int found = 0, found_mode = 0, mode0_len = 0;
> >     struct list_head *muxmodes = &partition->muxmodes;
> >  
> >     mode_name = strchr(muxname, '.');
> 
> Ack.

This one is also still there.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to