aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/ipq806x
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/ipq806x
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/ipq806x')
-rw-r--r--src/soc/qualcomm/ipq806x/spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/qualcomm/ipq806x/spi.c b/src/soc/qualcomm/ipq806x/spi.c
index c538c279e8..dd478c4020 100644
--- a/src/soc/qualcomm/ipq806x/spi.c
+++ b/src/soc/qualcomm/ipq806x/spi.c
@@ -161,10 +161,8 @@ static int check_bit_state(uint32_t reg_addr, int bit_num, int val, int us_delay
*/
static int check_qup_state_valid(struct ipq_spi_slave *ds)
{
-
return check_bit_state(ds->regs->qup_state, QUP_STATE_VALID_BIT,
QUP_STATE_VALID, 1);
-
}
/*