src/drivers: Remove a trailing whitespace

Change-Id: If357da5d84a255e0bdf8784d559ee0941045bbd6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: http://review.coreboot.org/6309
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Elyes HAOUAS
2014-07-21 08:11:18 +02:00
committed by Edward O'Callaghan
parent bcd09930d8
commit e34a6275ee
3 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@ u32 intel_ddi_calc_transcoder_flags(u32 pipe_bpp,
temp |= TRANS_DDI_BPC_12;
break;
default:
printk(BIOS_ERR, "Invalid pipe_bpp: %d, *** Initialization will not succeed *** \n", pipe_bpp);
printk(BIOS_ERR, "Invalid pipe_bpp: %d, *** Initialization will not succeed ***\n", pipe_bpp);
}
if (port == PORT_A) {