Re: [PATCH] usb: fotg210-udc: Remove a useless assignment

From: Greg Kroah-Hartman
Date: Tue Nov 22 2022 - 11:27:33 EST


On Tue, Nov 15, 2022 at 10:42:02PM +0100, Linus Walleij wrote:
> On Mon, Nov 14, 2022 at 9:38 PM Christophe JAILLET
> <christophe.jaillet@xxxxxxxxxx> wrote:
>
> > There is no need to use an intermediate array for these memory allocations,
> > so, axe it.
> >
> > While at it, turn a '== NULL' into a shorter '!' when testing memory
> > allocation failure.
> >
> > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
>
> Fair enough!
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> I have sent some other cleanups to this code only
> yesterday, so they might collide and they you might have
> to rebase.

I fixed it up, no need to resend.

thanks,

greg k-h