Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Typo in previous
details: https://anonhg.NetBSD.org/src/rev/3da14a28d742
branches: trunk
changeset: 345185:3da14a28d742
user: skrll <skrll%NetBSD.org@localhost>
date: Wed May 11 21:28:21 2016 +0000
description:
Typo in previous
diffstat:
sys/dev/ic/sl811hs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 25ea7aba0c9c -r 3da14a28d742 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c Wed May 11 21:27:09 2016 +0000
+++ b/sys/dev/ic/sl811hs.c Wed May 11 21:28:21 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.65 2016/05/11 21:27:09 skrll Exp $ */
+/* $NetBSD: sl811hs.c,v 1.66 2016/05/11 21:28:21 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.65 2016/05/11 21:27:09 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.66 2016/05/11 21:28:21 skrll Exp $");
#include "opt_slhci.h"
@@ -1725,7 +1725,7 @@
KASSERT(mutex_owned(&sc->sc_intr_lock));
- DLOG(D_INTR, "Flags %#x sc_eir #%x ISR=#%x", t->flags, sc->sc_ier,
+ DLOG(D_INTR, "Flags %#x sc_ier #%x ISR=#%x", t->flags, sc->sc_ier,
slhci_read(sc, SL11_ISR), 0);
if (sc->sc_ier == 0)
Home |
Main Index |
Thread Index |
Old Index