On Wed, Nov 10, 2021 at 11:07:06AM +0300, Dan Carpenter wrote: > There is a minus character missing from ERR_PTR(ENOMEM) so if this > allocation fails it will lead to an Oops in the caller. > > Fixes: dc48516ec7d3 ("net/mlx5: Lag, add support to create definers for LAG") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > drivers/net/ethernet/mellanox/mlx5/core/lag/port_sel.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>