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:
Paul Menzel 2016-05-07 08:24:49 +02:00 committed by Stefan Reinauer
parent 7802119005
commit 7bb37ef068
1 changed files with 2 additions and 0 deletions

View File

@ -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)