commit | 28044e0193f2d642a4981dd296b2583b30cf36ef | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Sun Nov 04 17:20:06 2012 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 13 12:45:43 2012 -0800 |
tree | 7b5b869d48de43738433590963f0c937bb1403cb | |
parent | 87c629853e9b901f9756a628aa088d8d6a1ebf00 [diff] |
staging: vt6656: free skbuff and relocate on bReAllocSkb == FALSE. bReAllocSkb == FALSE is when data is not fed to user land. Free and relocate skbuff. Where data is not sent return = FALSE from RXbBulkInProcessData. This appears to reduce false errors when a reused skbuff has old data. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>