Coding style: punctuation cleanup [1/2].
Clean up superfluous line terminators. Change-Id: If837b4f1b3e7702cbb09ba12f53ed788a8f31386 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/4562 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
This commit is contained in:
committed by
Alexandru Gagniuc
parent
c6c8cb7f79
commit
d26da9c8f0
@ -181,7 +181,7 @@ static void rtd2132_lvds_swap(device_t dev,
|
||||
if (cfg->lvds_swap & RTD2132_LVDS_SWAP_CFG_DUAL)
|
||||
swap_value |= RTD2132_LVDS_SWAP_DUAL;
|
||||
|
||||
printk(BIOS_INFO, "RTD2132: LVDS Swap 0x%02x\n", swap_value);;
|
||||
printk(BIOS_INFO, "RTD2132: LVDS Swap 0x%02x\n", swap_value);
|
||||
|
||||
rtd2132_write_reg(dev, RTD2132_COMMAND_LVDS_SWAP, swap_value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user