parisc/parport_gsc: Use NULL to avoid sparse warning

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller 2018-03-04 20:57:30 +01:00
parent 8ce7ad780d
commit c92826ef5a
1 changed files with 1 additions and 1 deletions

View File

@ -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;