diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-19 21:45:02 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-21 16:27:16 +0000 |
commit | b69bbfe1ef52421f0bbe1e632d99dc264660ee02 (patch) | |
tree | 75562ab0ead6e99593f5eb46e4a5fd6b84524af4 /src/soc/qualcomm/qcs405/qup.c | |
parent | f91bcb310bae7478104304bd18c75cdd73a1e229 (diff) |
soc/qualcomm: Drop unneeded empty lines
Change-Id: If76502ff91896959ef171c192b4fc138dff18fc6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44599
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
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 3ba4ba6874..316cd9fed0 100644 --- a/src/soc/qualcomm/qcs405/qup.c +++ b/src/soc/qualcomm/qcs405/qup.c @@ -60,7 +60,6 @@ static void i2c_set_mstr_clk_ctl(unsigned int id, unsigned int hz) qup_write32(QUP_ADDR(id, QUP_I2C_MASTER_CLK_CTL), mstr_clk_ctl); } - static qup_return_t qup_i2c_master_status(blsp_qup_id_t id) { uint32_t reg_val = read32(QUP_ADDR(id, QUP_I2C_MASTER_STATUS)); |