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:
parent
bcd09930d8
commit
e34a6275ee
|
@ -217,7 +217,7 @@ static void w83795_init(w83795_fan_mode_t mode, u8 dts_src)
|
|||
/* Temperature ReadOut */
|
||||
for (i = 0; i < 9; i++) {
|
||||
val = w83795_read(W83795_REG_DTS(i));
|
||||
printk(BIOS_DEBUG, "DTS%x ReadOut=%x \n", i, val);
|
||||
printk(BIOS_DEBUG, "DTS%x ReadOut=%x\n", i, val);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -1687,7 +1687,7 @@ intel_dp_complete_link_train(struct intel_dp *intel_dp)
|
|||
|
||||
/* Try 5 times, then try clock recovery if that fails */
|
||||
if (tries > 5) {
|
||||
printk(BIOS_SPEW, "%s: tries > 5,recovering. \n",
|
||||
printk(BIOS_SPEW, "%s: tries > 5,recovering.\n",
|
||||
__func__);
|
||||
intel_dp_link_down(intel_dp);
|
||||
intel_dp_start_link_train(intel_dp);
|
||||
|
|
Loading…
Reference in New Issue