summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/qcs405/spi.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 15:13:55 +0100
committerElyes Haouas <ehaouas@noos.fr>2024-03-30 07:44:06 +0000
commit44772b29b09fcebe2bd1b392c9dd2c652b3f64d2 (patch)
treeff818a2e13ee2f506c704c9769b64d76ca63de20 /src/soc/qualcomm/qcs405/spi.c
parent43225cbdfadca1054d95da901e23c53aa363272a (diff)
soc/qualcomm: Remove blank lines before '}' and after '{'
Change-Id: If2c2138ed3dc437b924297330805caa8c357853d Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81460 Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm/qcs405/spi.c')
-rw-r--r--src/soc/qualcomm/qcs405/spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/qualcomm/qcs405/spi.c b/src/soc/qualcomm/qcs405/spi.c
index 48631884c7..b263d2fae9 100644
--- a/src/soc/qualcomm/qcs405/spi.c
+++ b/src/soc/qualcomm/qcs405/spi.c
@@ -403,7 +403,6 @@ static int check_fifo_status(void *reg_addr)
static void enable_io_config(struct qcs_spi_slave *ds,
uint32_t write_cnt, uint32_t read_cnt)
{
-
if (write_cnt) {
clrsetbits32(ds->regs->qup_config,
QUP_CONF_OUTPUT_MSK, QUP_CONF_OUTPUT_ENA);