linux/drivers/infiniband/hw/amso1100
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
..
Kbuild
Kconfig IB: Use menuconfig for InfiniBand menu 2007-07-09 20:12:26 -07:00
c2.c RDMA/amso1100: Don't use 0UL as a NULL pointer 2008-04-16 21:01:06 -07:00
c2.h
c2_ae.c
c2_ae.h
c2_alloc.c
c2_cm.c
c2_cq.c
c2_intr.c
c2_mm.c
c2_mq.c
c2_mq.h
c2_pd.c
c2_provider.c [NET]: Nuke SET_MODULE_OWNER macro. 2007-10-10 16:51:13 -07:00
c2_provider.h
c2_qp.c RDMA/amso1100: Initialize the wait_queue_head_t in the c2_qp structure 2007-07-28 08:06:40 -07:00
c2_rnic.c RDMA/amso1100: Fix section mismatches 2006-11-29 15:33:07 -08:00
c2_status.h
c2_user.h
c2_vq.c mm: Remove slab destructors from kmem_cache_create(). 2007-07-20 10:11:58 +09:00
c2_vq.h
c2_wr.h