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:
committed by
Edward O'Callaghan
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user