]> git.hungrycats.org Git - linux/commitdiff
[SPARC]: NULL noise removal from sparc floppy.h
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Thu, 10 Feb 2005 11:04:26 +0000 (03:04 -0800)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 10 Feb 2005 11:04:26 +0000 (03:04 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/floppy.h

index 5154947c70ef11ab1d2f3e25399a0f686bc8b9c2..4507834def1df8249f87497cfbd21e3250530a37 100644 (file)
@@ -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. */