提交 69a84035 编写于 作者: B Bart Van Assche 提交者: Doug Ledford

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

Signed-off-by: NBart Van Assche <bart.vanassche@wdc.com>
Cc: Selvin Xavier <selvin.xavier@broadcom.com>
Cc: Devesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: NDoug Ledford <dledford@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册