提交 c92826ef 编写于 作者: H Helge Deller

parisc/parport_gsc: Use NULL to avoid sparse warning

Signed-off-by: NHelge Deller <deller@gmx.de>
上级 8ce7ad78
......@@ -256,7 +256,7 @@ struct parport *parport_gsc_probe_port(unsigned long base,
}
priv->ctr = 0xc;
priv->ctr_writable = 0xff;
priv->dma_buf = 0;
priv->dma_buf = NULL;
priv->dma_handle = 0;
p->base = base;
p->base_hi = base_hi;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册