Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38655ce3 authored by Ram Mohan Korukonda's avatar Ram Mohan Korukonda Committed by Stephen Boyd
Browse files

Bluetooth: hci_ath: Remove un-used variable



Compilation failed due to un-used variable when
CONFIG_BT_HCIUART_ATH3K is set to true.

Change-Id: Idf6f38f64704d979dd6d3443f4a0bd792e00553e
Signed-off-by: default avatarRam Mohan Korukonda <rkorukon@codeaurora.org>
parent 78b8d647
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -274,8 +274,6 @@ static int ath_recv(struct hci_uart *hu, void *data, int count)

static void bluesleep_tx_timer_expire(unsigned long data)
{
	unsigned long irq_flags;

	if (!test_bit(BT_SLEEPENABLE, &flags))
		return;
	BT_DBG("Tx timer expired");