Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/nxp Don't print undefined interrupt value



details:   https://anonhg.NetBSD.org/src/rev/d6f1f7a832cd
branches:  trunk
changeset: 950740:d6f1f7a832cd
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 30 09:48:59 2021 +0000

description:
Don't print undefined interrupt value

diffstat:

 sys/arch/arm/nxp/imx6_usb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 583e6f2f5193 -r d6f1f7a832cd sys/arch/arm/nxp/imx6_usb.c
--- a/sys/arch/arm/nxp/imx6_usb.c       Sat Jan 30 09:36:46 2021 +0000
+++ b/sys/arch/arm/nxp/imx6_usb.c       Sat Jan 30 09:48:59 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_usb.c,v 1.3 2021/01/27 03:10:20 thorpej Exp $     */
+/*     $NetBSD: imx6_usb.c,v 1.4 2021/01/30 09:48:59 skrll Exp $       */
 
 /*-
  * Copyright (c) 2019 Genetec Corporation.  All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_usb.c,v 1.3 2021/01/27 03:10:20 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_usb.c,v 1.4 2021/01/30 09:48:59 skrll Exp $");
 
 #include "opt_fdt.h"
 
@@ -176,7 +176,7 @@
 
        iaa = (struct imxusbc_attach_args *)aux;
 
-       aprint_normal(" unit %d intr %d", iaa->aa_unit, iaa->aa_irq);
+       aprint_normal(" unit %d", iaa->aa_unit);
        return UNCONF;
 }
 



Home | Main Index | Thread Index | Old Index