summaryrefslogtreecommitdiff
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2010-01-08 15:44:49 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2010-01-08 15:44:49 +0000
commit3745cc73d048c1331d5f349d25f5a0b5197a340a (patch)
tree2485229b6cf12010c53deea4e479915bbdbe4933 /sys/dev/ep
parent73330dab124b07f9f2daab14b2b1a3d23e63acf2 (diff)
Notes
Diffstat (limited to 'sys/dev/ep')
-rw-r--r--sys/dev/ep/if_ep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index a1bbb01cefc4..59dd1c4cc99a 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -815,7 +815,7 @@ read_again:
#endif
EP_FRST(sc, F_RX_FIRST);
status = CSR_READ_2(sc, EP_W1_RX_STATUS);
- if (!status & ERR_RX_INCOMPLETE) {
+ if (!(status & ERR_RX_INCOMPLETE)) {
/*
* We see if by now, the packet has completly
* arrived