diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-19 21:51:08 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-21 15:51:52 +0000 |
commit | d161a2fafd14700b133b1deca7b8a9a5ca1c5283 (patch) | |
tree | cf091c2582e17442eb5096322b3c0f328cdbffa0 /src/drivers/analogix/anx7625 | |
parent | 490546f191cf2aa1aceec97b7d0503f4fb4408f4 (diff) |
src/drivers: Drop unneeded empty lines
Change-Id: I202e5d285612b9bf237b588ea3c006187623fdc3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44609
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/drivers/analogix/anx7625')
-rw-r--r-- | src/drivers/analogix/anx7625/anx7625.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/analogix/anx7625/anx7625.c b/src/drivers/analogix/anx7625/anx7625.c index ee98fd4df9..9f0b2e1f2c 100644 --- a/src/drivers/analogix/anx7625/anx7625.c +++ b/src/drivers/analogix/anx7625/anx7625.c @@ -737,7 +737,6 @@ static int anx7625_power_on_init(uint8_t bus) } ANXINFO("Init interface.\n"); - anx7625_disable_pd_protocol(bus); anx7625_reg_read(bus, RX_P0_ADDR, OCM_FW_VERSION, &version); anx7625_reg_read(bus, RX_P0_ADDR, OCM_FW_REVERSION, &revision); |