commit | 72b9439be96ffc816a131cd92fd33ef6541871d7 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Apr 04 20:25:50 2015 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Apr 07 18:47:09 2015 +0200 |
tree | bcac86b668842acb780015d469a0c1ee0a53cf9f | |
parent | facf5225e88c03170e66f76ff498e0c29f41a64a [diff] |
Bluetooth: hci_uart: Remove unused h4->rx_skb field The h4->rx_skb is not used anymore and with that just remove it. Seems this was a leftover and even the kfree_skb call freeing it is rather pointless since it got never allocated. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>