On Fri, Nov 14, 2014 at 05:43:24PM +0300, Dan Carpenter wrote:
> > @@ -90,7 +88,6 @@ parser_init_guts(u64 addr, u32 bytes, BOOL is_local,
> >                            __func__,
> >                            (unsigned long long)addr, (ulong)bytes);
> >                     rc = NULL;
> > -                   goto cleanups;

Also after this patch then every reference to "rc" in this function
should be deleted.  You forgot to delete one here.  It doesn't cause a
bug but it's messy to leave unneeded variables.

regards,
dan carpenter
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to