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

Commit 485f3d0f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: bgcom: send event on fifo fill"

parents 8b9ac0ee 1c9e931d
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)
{