Bluetooth: Remove redundant calls to h5_reset_rx
authorLoic Poulain <loic.poulain@intel.com>
Mon, 23 Jun 2014 13:49:46 +0000 (15:49 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:45 +0000 (17:42 +0200)
commit37f468cd171c7d76d560b6bd5c09dc506ab9dbec
tree6d091cb8e651f628ce4dd9f1bcf1012582718859
parent80afeb6cec3739d3167e1fef6214224f0f588f13
Bluetooth: Remove redundant calls to h5_reset_rx

h5_reset_rx is unconditionally called at the end of
h5_complete_rx_pkt, no need to call it anymore after
that.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_h5.c