Module Name:    src
Committed By:   skrll
Date:           Tue Dec  8 09:56:43 UTC 2009

Modified Files:
        src/sys/arch/hp700/dev: dino.c

Log Message:
Remove stray {

ETOOMANYTREES


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/dev/dino.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/dev/dino.c
diff -u src/sys/arch/hp700/dev/dino.c:1.20 src/sys/arch/hp700/dev/dino.c:1.21
--- src/sys/arch/hp700/dev/dino.c:1.20	Tue Dec  8 07:32:45 2009
+++ src/sys/arch/hp700/dev/dino.c	Tue Dec  8 09:56:42 2009
@@ -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");

Reply via email to