parade/ps8640: Clean up
Sort out some style issues that were identified by Paul. Change-Id: I9ed946ae613c87234f8c9824eb14b8d28909dfcf Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/14064 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
80547369ea
commit
db2815ecf4
|
@ -25,7 +25,7 @@ int ps8640_get_edid(uint8_t bus, uint8_t chip, struct edid *out)
|
|||
{
|
||||
int ret;
|
||||
u8 edid[EDID_LENGTH * 2];
|
||||
u32 edid_size;
|
||||
int edid_size;
|
||||
|
||||
i2c_writeb(bus, chip + 2, PAGE2_I2C_BYPASS,
|
||||
EDID_I2C_ADDR | I2C_BYPASS_EN);
|
||||
|
|
|
@ -42,4 +42,3 @@ enum {
|
|||
int ps8640_init(uint8_t bus, uint8_t chip);
|
||||
int ps8640_get_edid(uint8_t bus, uint8_t chip, struct edid *out);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue