Re: [PATCH RESEND] wl1251: cmd: remove redundant assignment

From: wengjianfeng
Date: Mon Feb 08 2021 - 06:47:21 EST


On Mon, 8 Feb 2021 10:59:54 +0000 (UTC)
Kalle Valo <kvalo@xxxxxxxxxxxxxx> wrote:

> samirweng1979 <samirweng1979@xxxxxxx> wrote:
>
> > From: wengjianfeng <wengjianfeng@xxxxxxxxxx>
> >
> > -ENOMEM has been used as a return value,it is not necessary to
> > assign it, and if kzalloc fail,not need free it,so just return
> > -ENOMEM when kzalloc fail.
> >
> > Signed-off-by: wengjianfeng <wengjianfeng@xxxxxxxxxx>
>
> You sent the previous version just five days ago:
>
> https://patchwork.kernel.org/project/linux-wireless/patch/20210203060306.2832-1-samirweng1979@xxxxxxx/
>
> We maintainers are busy and usually takes some time to review the
> patch. So please avoid resending patches in such short intervals.
>
> Patch set to Superseded.
>

Hi Kalle,
I see, thanks your reply.