commit | 10ef346aed927f1ade1e024476b502642d2d934a | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Feb 20 14:24:29 2018 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Feb 20 15:28:23 2018 +0200 |
tree | 15d641dc9e47a8e5c29a7d4c6790d320c3e8e507 | |
parent | 5490d28d8ce9328eaf219b36dae9bbd64c9d5110 [diff] |
drivers: net: loopback: Fix possible double unref If we could not send the packet, then do not release the net_pkt as that will be released in net_if.c:net_if_tx() if driver send() fails. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>