Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pckbport fix debugging printf



details:   https://anonhg.NetBSD.org/src/rev/e192b4968b3f
branches:  trunk
changeset: 785249:e192b4968b3f
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 06 04:22:03 2013 +0000

description:
fix debugging printf

diffstat:

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

diffs (27 lines):

diff -r 153270c63063 -r e192b4968b3f sys/dev/pckbport/pckbport.c
--- a/sys/dev/pckbport/pckbport.c       Wed Mar 06 03:26:17 2013 +0000
+++ b/sys/dev/pckbport/pckbport.c       Wed Mar 06 04:22:03 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbport.c,v 1.15 2013/03/06 03:26:17 christos Exp $ */
+/* $NetBSD: pckbport.c,v 1.16 2013/03/06 04:22:03 christos Exp $ */
 
 /*
  * Copyright (c) 2004 Ben Harris
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pckbport.c,v 1.15 2013/03/06 03:26:17 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pckbport.c,v 1.16 2013/03/06 04:22:03 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -578,7 +578,7 @@
                (*t->t_inputhandler[slot])(t->t_inputarg[slot], data);
                return;
        }
-       DPRINTF(("%s: slot %d lost %d\n", slot, data, __func__));
+       DPRINTF(("%s: slot %d lost %d\n", __func__, slot, data));
 }
 
 int



Home | Main Index | Thread Index | Old Index