]> asedeno.scripts.mit.edu Git - linux.git/commit
RDMA/mlx4: Annotate boolean arguments as bool and not int
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 4 Jul 2019 13:09:36 +0000 (16:09 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 25 Jul 2019 17:08:29 +0000 (14:08 -0300)
commit913df8c35322dcd15d993cabc8cc92814dee3d50
treebe7132ad1334f92d3b3da43c186e439cae8820f6
parent089b645d19b2de7c9b541828d445b8c9a5dba792
RDMA/mlx4: Annotate boolean arguments as bool and not int

Information provided by qp_has_rq() and used latter is boolean, so update
callers to proper type.

Link: https://lore.kernel.org/r/20190704130936.8705-3-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx4/qp.c