aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq40xx/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/ipq40xx/spi.c')
-rw-r--r--src/soc/qualcomm/ipq40xx/spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/qualcomm/ipq40xx/spi.c b/src/soc/qualcomm/ipq40xx/spi.c
index 31677e460f..0893dfc687 100644
--- a/src/soc/qualcomm/ipq40xx/spi.c
+++ b/src/soc/qualcomm/ipq40xx/spi.c
@@ -298,7 +298,6 @@ static void write_force_cs(const struct spi_slave *slave, int assert)
clrsetbits32(ds->regs->io_control,
SPI_IO_CTRL_FORCE_CS_MSK, SPI_IO_CTRL_FORCE_CS_DIS);
- return;
}
/*
@@ -372,7 +371,6 @@ static void enable_io_config(struct ipq_spi_slave *ds,
QUP_CONF_INPUT_MSK, QUP_CONF_NO_INPUT);
}
- return;
}
/*