diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:13:55 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-03-30 07:44:06 +0000 |
commit | 44772b29b09fcebe2bd1b392c9dd2c652b3f64d2 (patch) | |
tree | ff818a2e13ee2f506c704c9769b64d76ca63de20 /src/soc/qualcomm/qcs405/qup.c | |
parent | 43225cbdfadca1054d95da901e23c53aa363272a (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/qup.c')
-rw-r--r-- | src/soc/qualcomm/qcs405/qup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/qualcomm/qcs405/qup.c b/src/soc/qualcomm/qcs405/qup.c index e3a4e5e69e..b5805b046e 100644 --- a/src/soc/qualcomm/qcs405/qup.c +++ b/src/soc/qualcomm/qcs405/qup.c @@ -235,7 +235,6 @@ static qup_return_t qup_i2c_write_fifo(blsp_qup_id_t id, qup_data_t *p_tx_obj, stopwatch_init_usecs_expire(&timeout, CONFIG_I2C_TRANSFER_TIMEOUT_US); while (data_len) { - tag = qup_i2c_create_output_tag(data_len == 1 && stop_seq, data_ptr[idx]); data_len--; |