aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2015-01-21 20:06:25 +0000
committerWill Andrews <will@FreeBSD.org>2015-01-21 20:06:25 +0000
commit4dd896995c50676c65eccf8a3b87241507dd0726 (patch)
tree233e8877d99ae6d2cdb0b2036719983588f37780 /sys/dev/firewire
parented80123329840074d632ef16f077c84ec0dae7ac (diff)
Notes
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/firewire.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c
index 976be69e721d..72341887f46a 100644
--- a/sys/dev/firewire/firewire.c
+++ b/sys/dev/firewire/firewire.c
@@ -2030,6 +2030,7 @@ fw_rcv(struct fw_rcv_buf *rb)
rb->xfer->hand = fw_xfer_free;
if (fw_asyreq(rb->fc, -1, rb->xfer))
fw_xfer_free(rb->xfer);
+ return;
}
len = 0;
for (i = 0; i < rb->nvec; i++)