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

Commit 1c9e931d authored by Ajit Kumar's avatar Ajit Kumar
Browse files

soc: qcom: bgcom: send event on fifo fill



Send event when fifo free size is 0.

Change-Id: I0a292dcb0c60ea70b2244275c89712f4d1f98315
Signed-off-by: default avatarAjit Kumar <kajit@codeaurora.org>
parent 9fa863fa
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -407,11 +407,9 @@ static void send_back_notification(uint32_t slav_status_reg,
		}
	}

	if (slave_fifo_free > 0) {
	event_data.to_slave_fifo_free = slave_fifo_free;
	send_event(BGCOM_EVENT_TO_SLAVE_FIFO_FREE, &event_data);
}
}

static void bg_irq_tasklet_hndlr_l(void)
{