Commit b4fcc3bf authored by Alexander Viro's avatar Alexander Viro Committed by David S. Miller

[SPARC]: NULL noise removal from sparc floppy.h

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f5598943
......@@ -213,7 +213,7 @@ unsigned long pdma_size;
volatile int doing_pdma = 0;
/* This is software state */
char *pdma_base = 0;
char *pdma_base = NULL;
unsigned long pdma_areasize;
/* Common routines to all controller types on the Sparc. */
......
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