android_kernel_xiaomi_sdm845/drivers/infiniband/hw
Roland Dreier 4b29043921 RDMA/amso1100: Don't use 0UL as a NULL pointer
Write tests for NULL pointers as

	if (!ptr)

instead of

	if (ptr == 0UL)

to fix sparse warnings.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
2008-04-16 21:01:06 -07:00
..
amso1100 RDMA/amso1100: Don't use 0UL as a NULL pointer 2008-04-16 21:01:06 -07:00
cxgb3 RDMA/cxgb3: Program hardware IRD with correct value 2008-03-28 10:45:32 -07:00
ehca IB/ehca: Add PMA support 2008-02-04 20:20:42 -08:00
ipath IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packets 2008-03-11 14:04:35 -07:00
mlx4 IB/mlx4: Convert "if(foo)" to "if (foo)" 2008-04-16 21:01:04 -07:00
mthca IB/mthca: Formatting cleanups 2008-04-16 21:01:03 -07:00
nes RDMA/nes: Fix MSS calculation on RDMA path 2008-03-21 13:59:28 -07:00