Commit 69a84035 authored by Bart Van Assche's avatar Bart Van Assche Committed by Doug Ledford

RDMA/ocrdma: Use NULL instead of 0 to represent a pointer

Signed-off-by: default avatarBart Van Assche <bart.vanassche@wdc.com>
Cc: Selvin Xavier <selvin.xavier@broadcom.com>
Cc: Devesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 52adbb69
......@@ -3186,7 +3186,7 @@ void ocrdma_eqd_set_task(struct work_struct *work)
{
struct ocrdma_dev *dev =
container_of(work, struct ocrdma_dev, eqd_work.work);
struct ocrdma_eq *eq = 0;
struct ocrdma_eq *eq = NULL;
int i, num = 0, status = -EINVAL;
u64 eq_intr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment