diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-05-04 06:38:51 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 16:33:13 +0200 |
commit | 3c51f196b658fa1920c84b0752a55ed251d22d52 (patch) | |
tree | ee6aa61895bb185b20e7b7e6f106c1e0c8d8b979 /include | |
parent | Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/u... (diff) | |
download | linux-3c51f196b658fa1920c84b0752a55ed251d22d52.tar.xz linux-3c51f196b658fa1920c84b0752a55ed251d22d52.zip |
[PATCH] sparc NULL noise removal
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc/floppy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc/floppy.h b/include/asm-sparc/floppy.h index 780ee7ff9dc3..caf926116506 100644 --- a/include/asm-sparc/floppy.h +++ b/include/asm-sparc/floppy.h @@ -227,7 +227,7 @@ static __inline__ void sun_fd_disable_dma(void) doing_pdma = 0; if (pdma_base) { mmu_unlockarea(pdma_base, pdma_areasize); - pdma_base = 0; + pdma_base = NULL; } } |