Module Name: src Committed By: skrll Date: Wed May 11 21:28:21 UTC 2016
Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Typo in previous To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/ic/sl811hs.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/dev/ic/sl811hs.c diff -u src/sys/dev/ic/sl811hs.c:1.65 src/sys/dev/ic/sl811hs.c:1.66 --- src/sys/dev/ic/sl811hs.c:1.65 Wed May 11 21:27:09 2016 +++ src/sys/dev/ic/sl811hs.c Wed May 11 21:28:21 2016 @@ -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 @@ slhci_dointr(struct slhci_softc *sc) 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)