On Sat, Sep 14, 2024 at 12:58:26PM +0300, Dan Carpenter wrote: > There is a copy and paste bug so this code checks "sq->dep_wqe" where > "sq->wr_priv" was intended. It could result in a NULL pointer > dereference. > > Fixes: 2ca62599aa0b ("net/mlx5: HWS, added send engine and context handling") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Reviewed-by: Simon Horman <horms@xxxxxxxxxx>