Module Name: src Committed By: simonb Date: Fri May 8 13:52:40 UTC 2020
Modified Files: src/sys/dev/pci: cs4281.c Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/pci/cs4281.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/pci/cs4281.c diff -u src/sys/dev/pci/cs4281.c:1.55 src/sys/dev/pci/cs4281.c:1.56 --- src/sys/dev/pci/cs4281.c:1.55 Wed May 8 13:40:18 2019 +++ src/sys/dev/pci/cs4281.c Fri May 8 13:52:40 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: cs4281.c,v 1.55 2019/05/08 13:40:18 isaki Exp $ */ +/* $NetBSD: cs4281.c,v 1.56 2020/05/08 13:52:40 simonb Exp $ */ /* * Copyright (c) 2000 Tatoku Ogaito. All rights reserved. @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cs4281.c,v 1.55 2019/05/08 13:40:18 isaki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cs4281.c,v 1.56 2020/05/08 13:52:40 simonb Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -893,7 +893,7 @@ cs4281_init(struct cs428x_softc *sc, int n = 0; #if 1 /* what document says */ - while ((BA0READ4(sc, CS4281_CLKCR1)& (CLKCR1_DLLRDY | CLKCR1_CLKON)) + while ((BA0READ4(sc, CS4281_CLKCR1) & (CLKCR1_DLLRDY | CLKCR1_CLKON)) != (CLKCR1_DLLRDY | CLKCR1_CLKON)) { delay(100); if (++n > 1000) {