Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/dev Remove stray {



details:   https://anonhg.NetBSD.org/src/rev/bf96b9d8ee2b
branches:  trunk
changeset: 749787:bf96b9d8ee2b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 08 09:56:42 2009 +0000

description:
Remove stray {

ETOOMANYTREES

diffstat:

 sys/arch/hp700/dev/dino.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1c20eb835220 -r bf96b9d8ee2b sys/arch/hp700/dev/dino.c
--- a/sys/arch/hp700/dev/dino.c Tue Dec 08 09:46:01 2009 +0000
+++ b/sys/arch/hp700/dev/dino.c Tue Dec 08 09:56:42 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dino.c,v 1.20 2009/12/08 07:32:45 skrll Exp $ */
+/*     $NetBSD: dino.c,v 1.21 2009/12/08 09:56:42 skrll Exp $ */
 
 /*     $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.20 2009/12/08 07:32:45 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.21 2009/12/08 09:56:42 skrll Exp $");
 
 /* #include "cardbus.h" */
 
@@ -654,7 +654,7 @@
        uint64_t data;
 
        h += o;
-       if (h & 0xf0000000) {
+       if (h & 0xf0000000)
                data = *(volatile uint64_t *)h;
        else
                panic("dino_r8: not implemented");



Home | Main Index | Thread Index | Old Index