Module Name:    src
Committed By:   riastradh
Date:           Tue Nov 19 15:50:41 UTC 2024

Modified Files:
        src/sys/arch/hppa/dev: summitfb.c

Log Message:
hppa/summitfb(4): Fix SUMMITFB_DEBUG build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/dev/summitfb.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/hppa/dev/summitfb.c
diff -u src/sys/arch/hppa/dev/summitfb.c:1.2 src/sys/arch/hppa/dev/summitfb.c:1.3
--- src/sys/arch/hppa/dev/summitfb.c:1.2	Tue Nov 19 15:49:44 2024
+++ src/sys/arch/hppa/dev/summitfb.c	Tue Nov 19 15:50:41 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: summitfb.c,v 1.2 2024/11/19 15:49:44 riastradh Exp $	*/
+/*	$NetBSD: summitfb.c,v 1.3 2024/11/19 15:50:41 riastradh Exp $	*/
 
 /*	$OpenBSD: sti_pci.c,v 1.7 2009/02/06 22:51:04 miod Exp $	*/
 
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.2 2024/11/19 15:49:44 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.3 2024/11/19 15:50:41 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: summitfb.c,v
 #include "opt_summitfb.h"
 
 #ifdef SUMMITFB_DEBUG
-#define	DPRINTF(s) printf(s)
+#define	DPRINTF(s) printf s
 #else
 #define	DPRINTF(s) __nothing
 #endif

Reply via email to