Add missing parens.
Submitted by: njl
This commit is contained in:
parent
9190333ce7
commit
5108cc565a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user