siemens/mc_tcu3: Add blank lines for better legibility
Change-Id: I6d1200dd59e53ca892594c1fce784639a9817550 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/14700 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
7802119005
commit
7bb37ef068
|
@ -48,6 +48,7 @@ int setup_lcd_panel(void)
|
|||
|
||||
lcd_type = get_lcd_panel_type();
|
||||
printk(BIOS_INFO, "LCD: Found panel type %d\n", lcd_type);
|
||||
|
||||
switch (lcd_type) {
|
||||
case LCD_PANEL_TYPE_10_INCH:
|
||||
strcpy(blockname, "hwinfo10.hex");
|
||||
|
@ -68,6 +69,7 @@ int setup_lcd_panel(void)
|
|||
printk(BIOS_ERR, "LCD: No supported panel found.\n");
|
||||
break;
|
||||
}
|
||||
|
||||
/* Now that we have the panel type, setup the DP2LVDS converter */
|
||||
status = ptn3460_init(blockname);
|
||||
if (status)
|
||||
|
|
Loading…
Reference in New Issue