dde_linux/usb: Initialize head pointer of SKB

This commit is contained in:
Alexander Senier 2017-10-19 21:12:43 +02:00 committed by Christian Helmuth
parent 97c5e21ed6
commit aa0f13fba5
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class Skb
sk_buff *r = &_buf[(_idx * ENTRY_ELEMENT_SIZE) + msb];
r->data = r->start;
r->head = r->data;
r->phys = 0;
r->cloned = 0;
r->clone = 0;