diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-05-04 04:38:51 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 14:33:13 (GMT) |
commit | 3c51f196b658fa1920c84b0752a55ed251d22d52 (patch) | |
tree | ee6aa61895bb185b20e7b7e6f106c1e0c8d8b979 /arch/sparc/prom/sun4prom.c | |
parent | e6600d800fead3e895f16bf9b426578a6301af44 (diff) | |
download | linux-3c51f196b658fa1920c84b0752a55ed251d22d52.tar.xz |
[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 'arch/sparc/prom/sun4prom.c')
-rw-r--r-- | arch/sparc/prom/sun4prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/prom/sun4prom.c b/arch/sparc/prom/sun4prom.c index 69ca735..00390a2 100644 --- a/arch/sparc/prom/sun4prom.c +++ b/arch/sparc/prom/sun4prom.c @@ -151,7 +151,7 @@ struct linux_romvec * __init sun4_prom_init(void) * have more time, we can teach the penguin to say "By your * command" or "Activating turbo boost, Michael". :-) */ - sun4_romvec->setLEDs(0x0); + sun4_romvec->setLEDs(NULL); printk("PROMLIB: Old Sun4 boot PROM monitor %s, romvec version %d\n", sun4_romvec->monid, |