Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Reformat a conditional



details:   https://anonhg.NetBSD.org/src/rev/c1f6881c3acf
branches:  trunk
changeset: 346196:c1f6881c3acf
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jul 01 05:39:24 2016 +0000

description:
Reformat a conditional

diffstat:

 sys/dev/ic/sl811hs.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r ff867dda4758 -r c1f6881c3acf sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Fri Jul 01 05:22:33 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Fri Jul 01 05:39:24 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.87 2016/06/30 16:34:56 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.88 2016/07/01 05:39:24 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.87 2016/06/30 16:34:56 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.88 2016/07/01 05:39:24 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_slhci.h"
@@ -1778,8 +1778,7 @@
 
 #ifdef SLHCI_DEBUG
        if (slhcidebug & SLHCI_D_INTR && r & sc->sc_ier &&
-           ((r & ~(SL11_ISR_SOF|SL11_ISR_DATA)) || slhcidebug &
-           SLHCI_D_SOF)) {
+           ((r & ~(SL11_ISR_SOF|SL11_ISR_DATA)) || slhcidebug & SLHCI_D_SOF)) {
                uint8_t e, f;
 
                e = slhci_read(sc, SL11_IER);



Home | Main Index | Thread Index | Old Index