diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2004-08-27 18:33:08 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2004-08-27 18:33:08 +0000 |
| commit | 3161f583cab80c7b985abc00c709427f05f0acba (patch) | |
| tree | 5e40bb2ff1fccfd1425f4b8ada947f22f8df6605 /sys/dev/hfa | |
| parent | 3713458b993a312e8739a204a2a7eaa1d711b9f8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hfa')
| -rw-r--r-- | sys/dev/hfa/fore_receive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hfa/fore_receive.c b/sys/dev/hfa/fore_receive.c index 5d89522908d3b..c07eee5e9600e 100644 --- a/sys/dev/hfa/fore_receive.c +++ b/sys/dev/hfa/fore_receive.c @@ -480,7 +480,7 @@ retry: /* * Schedule callback */ - if (! netisr_queue(NETISR_ATM, mhead)) { + if (netisr_queue(NETISR_ATM, mhead)) { /* (0) on success. */ fup->fu_stats->st_drv.drv_rv_ifull++; goto free_ent; } |
