mbox series

[for-next,0/2] mlx5 fixes

Message ID 20190130141343.9129-1-kamalheib1@gmail.com (mailing list archive)
Headers show
Series mlx5 fixes | expand

Message

Kamal Heib Jan. 30, 2019, 2:13 p.m. UTC
This patchset include two fixes for the mlx5 driver.

Kamal Heib (2):
  IB/mlx5: Make mlx5_ib_stage_odp_cleanup() static
  IB/mlx5: Remove set but not used variable

 drivers/infiniband/hw/mlx5/devx.c | 4 +---
 drivers/infiniband/hw/mlx5/main.c | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

Comments

Jason Gunthorpe Jan. 30, 2019, 10:22 p.m. UTC | #1
On Wed, Jan 30, 2019 at 04:13:41PM +0200, Kamal Heib wrote:
> This patchset include two fixes for the mlx5 driver.
> 
> Kamal Heib (2):
>   IB/mlx5: Make mlx5_ib_stage_odp_cleanup() static
>   IB/mlx5: Remove set but not used variable

Applied to for-next

Thanks,
Jason