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

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

Merge "msm: ipa: Initialize function default return type to 0" into msm-next

parents 835f3675 56a716f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@ static irqreturn_t gsi_isr(int irq, void *ctxt)

static uint32_t gsi_get_max_channels(enum gsi_ver ver)
{
	uint32_t reg;
	uint32_t reg = 0;

	switch (ver) {
	case GSI_VER_ERR:
@@ -717,7 +717,7 @@ static uint32_t gsi_get_max_channels(enum gsi_ver ver)

static uint32_t gsi_get_max_event_rings(enum gsi_ver ver)
{
	uint32_t reg;
	uint32_t reg = 0;

	switch (ver) {
	case GSI_VER_ERR: