Re: [PATCH net-next 2/2] rtase: Fix error code in rtase_init_one()
From: Simon Horman
Date: Tue Nov 12 2024 - 08:42:02 EST
On Mon, Nov 11, 2024 at 10:55:32AM +0800, Justin Lai wrote:
> Change the return type of rtase_check_mac_version_valid() to int. Add
> error handling for when rtase_check_mac_version_valid() returns an error.
>
> Fixes: a36e9f5cfe9e ("rtase: Add support for a pci table in this module")
> Signed-off-by: Justin Lai <justinlai0215@xxxxxxxxxxx>
Hi Justin,
The cited commit appears to be present in net. So I think that this fix
needs to also be targeted at net rather than net-next.
Also, I think this patch is doing too much for a fix. I think that
changing the return type of rtase_check_mac_version_valid() and updating
the names of the labels should be omitted from a revised version of this
patch for net.
...
--
pw-bot: changes-requested