Re: [PATCH net-next] bnx2: remove deadcode in bnx2_init_cpus()

From: Jakub Kicinski
Date: Fri Mar 10 2023 - 02:43:15 EST


On Fri, 10 Mar 2023 10:33:46 +0300 Maxim Korotkov wrote:
> Path with error handling was deleted in 57579f7629a3 ("bnx2: Use
> request_firmware()"). This patch is needed to improving readability.
> Now checking the value of the return value is misleading when reading
> the code.
> Do I need to add this argument to the patch description?

Yes please.

> I also forgot to add mark Reviewed-by: Leon Romanovsky
> <leonro@xxxxxxxxxx> from the previous iteration

So this is not the first revision? Please add Leon's tag and an
appropriate vN. e.g. [PATCH net-next v2].

In general we don't encourage cleanup of this sort because the number
of int functions which always return 0 is rather large in the kernel,
but if you already got an ack from Leon we'll consider it, so please
adjust and repost.