Add missing parens.

Submitted by:	njl
This commit is contained in:
Gleb Smirnoff 2005-12-28 18:00:37 +00:00
parent 9190333ce7
commit 5108cc565a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153800

View file

@ -3140,7 +3140,7 @@ dc_intr(void *arg)
while (((status = CSR_READ_4(sc, DC_ISR)) & DC_INTRS) &&
status != 0xFFFFFFFF &&
ifp->if_drv_flags & IFF_DRV_RUNNING) {
(ifp->if_drv_flags & IFF_DRV_RUNNING)) {
CSR_WRITE_4(sc, DC_ISR, status);