diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2016-11-24 09:47:56 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2016-11-24 09:47:56 +0000 |
| commit | 810f2b5030bc07c25c72f321709fd6c4295e8445 (patch) | |
| tree | 078b6ec795b1234a72be5b76fb83c7b24e87982b /sys/dev/firewire/firewire.c | |
| parent | dc6040d671875a3c71ac8322a7aa412d1669b100 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/firewire.c')
| -rw-r--r-- | sys/dev/firewire/firewire.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index f691c9dd433f..c5b24ff78d73 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -1098,6 +1098,7 @@ fw_xfer_alloc(struct malloc_type *type) return xfer; xfer->malloc = type; + xfer->tl = -1; return xfer; } |
