Commit c92826ef authored by Helge Deller's avatar Helge Deller

parisc/parport_gsc: Use NULL to avoid sparse warning

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment