Bluetooth: hci_uart: Remove unused h4->rx_skb field
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 5 Apr 2015 03:25:50 +0000 (20:25 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Apr 2015 16:47:09 +0000 (18:47 +0200)
commit72b9439be96ffc816a131cd92fd33ef6541871d7
treebcac86b668842acb780015d469a0c1ee0a53cf9f
parentfacf5225e88c03170e66f76ff498e0c29f41a64a
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>
drivers/bluetooth/hci_h4.c