mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Add missing parens.
Submitted by: njl
This commit is contained in:
parent
9190333ce7
commit
5108cc565a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153800
@ -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…
Reference in New Issue
Block a user