On Mon, 10 Mar 2025 13:08:35 +0800
Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx> wrote:
Fix the warning "warn: missing error code? 'ret'" in the
intel_tsn_lane_is_available() function.
The function now returns 0 to indicate that a TSN lane was found and
returns -EINVAL when it is not found.
Fixes: a42f6b3f1cc1 ("net: stmmac: configure SerDes according to the
interface mode")
Signed-off-by: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
This patch is a fix it should go net instead net-next.
Could you resend the patch with net prefix?
Reviewed-by: Kory Maincent <kory.maincent@xxxxxxxxxxx>
Thank you!