On Tue, Nov 28, 2023 at 04:13:19PM +0300, Dan Carpenter wrote: > Set the error code if octep_ctrl_net_get_mtu() fails. Currently the code > returns success. > > Fixes: 0a5f8534e398 ("octeon_ep: get max rx packet length from firmware") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > drivers/net/ethernet/marvell/octeon_ep/octep_main.c | 1 + > 1 file changed, 1 insertion(+) Thanks Dan, I had noticed this one too. Reviewed-by: Simon Horman <horms@xxxxxxxxxx> ...