Re: [PATCH] net: cxgb4: fix return error value in t4_prep_fw

From: David Miller
Date: Tue Jun 30 2020 - 18:53:49 EST


From: Li Heng <liheng40@xxxxxxxxxx>
Date: Mon, 29 Jun 2020 18:49:51 +0800

> t4_prep_fw goto bye tag with positive return value when something
> bad happened and which can not free resource in adap_init0.
> so fix it to return negative value.
>
> Fixes: 16e47624e76b ("cxgb4: Add new scheme to update T4/T5 firmware")
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: Li Heng <liheng40@xxxxxxxxxx>

Applied, thank you.