diff options
author | Dan Carpenter <dan.carpenter@linaro.org> | 2024-09-14 11:58:26 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-09-15 17:38:56 +0200 |
commit | be461814aa4cb32aae061404b9a6a83ef3895018 (patch) | |
tree | fbf56f18548ad55d768746fc60ca33e6681b00cd /drivers/devfreq | |
parent | ice: Fix a NULL vs IS_ERR() check in probe() (diff) | |
download | linux-be461814aa4cb32aae061404b9a6a83ef3895018.tar.xz linux-be461814aa4cb32aae061404b9a6a83ef3895018.zip |
net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()
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@linaro.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/da822315-02b7-4f5b-9c86-0d5176c5069d@stanley.mountain
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/devfreq')
0 files changed, 0 insertions, 0 deletions