Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/dev print the ihandle passed in, not NULL.



details:   https://anonhg.NetBSD.org/src/rev/2dae46ad3285
branches:  trunk
changeset: 768215:2dae46ad3285
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 12 01:22:37 2011 +0000

description:
print the ihandle passed in, not NULL.

diffstat:

 sys/arch/sparc64/dev/pyro.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 30240e21a7f5 -r 2dae46ad3285 sys/arch/sparc64/dev/pyro.c
--- a/sys/arch/sparc64/dev/pyro.c       Fri Aug 12 00:57:23 2011 +0000
+++ b/sys/arch/sparc64/dev/pyro.c       Fri Aug 12 01:22:37 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pyro.c,v 1.8 2011/07/01 18:48:37 dyoung Exp $  */
+/*     $NetBSD: pyro.c,v 1.9 2011/08/12 01:22:37 mrg Exp $     */
 /*     from: $OpenBSD: pyro.c,v 1.20 2010/12/05 15:15:14 kettenis Exp $        */
 
 /*
@@ -546,7 +546,7 @@
        int ino;
 
        ino = INTINO(ihandle);
-       DPRINTF(PDB_INTR, ("%s: ih %lx; level %d ino %d", __func__, (u_long)ih, level, ino));
+       DPRINTF(PDB_INTR, ("%s: ih %lx; level %d ino %d", __func__, (u_long)ihandle, level, ino));
 
        if (level == IPL_NONE)
                level = INTLEV(ihandle);



Home | Main Index | Thread Index | Old Index