southbridge/amd/cs553x: Fix whitespace early_setup.c
Commit ba28e8d7
(src/southbridge: Code formating) incorrectly inserted
some whitespace in these files.
Change-Id: Ifdcc3580aaba224a396c6efec319e22610c6c81d
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16385
Tested-by: build bot (Jenkins)
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
734b3d1be0
commit
7aded784c1
|
@ -34,7 +34,7 @@ static void cs5535_setup_idsel(void)
|
|||
outl(0x1 << (CS5535_DEV_NUM + 10), 0);
|
||||
}
|
||||
|
||||
static void cs5535_usb_swapsif (void)
|
||||
static void cs5535_usb_swapsif(void)
|
||||
{
|
||||
msr_t msr;
|
||||
|
||||
|
@ -133,7 +133,7 @@ static void cs5535_early_setup(void)
|
|||
printk(BIOS_DEBUG, "Setup idsel\n");
|
||||
cs5535_setup_idsel();
|
||||
printk(BIOS_DEBUG, "Setup iobase\n");
|
||||
cs5535_usb_swapsif ();
|
||||
cs5535_usb_swapsif();
|
||||
cs5535_setup_iobase();
|
||||
printk(BIOS_DEBUG, "Setup gpio\n");
|
||||
cs5535_setup_gpio();
|
||||
|
|
|
@ -42,7 +42,7 @@ static void cs5536_setup_idsel(void)
|
|||
outl(0x1 << (CS5536_DEV_NUM + 10), 0);
|
||||
}
|
||||
|
||||
static void cs5536_usb_swapsif (void)
|
||||
static void cs5536_usb_swapsif(void)
|
||||
{
|
||||
msr_t msr;
|
||||
|
||||
|
@ -260,7 +260,7 @@ static void cs5536_early_setup(void)
|
|||
//printk(BIOS_DEBUG, "Setup idsel\n");
|
||||
cs5536_setup_idsel();
|
||||
//printk(BIOS_DEBUG, "Setup iobase\n");
|
||||
cs5536_usb_swapsif ();
|
||||
cs5536_usb_swapsif();
|
||||
cs5536_setup_iobase();
|
||||
//printk(BIOS_DEBUG, "Setup gpio\n");
|
||||
cs5536_setup_gpio();
|
||||
|
|
Loading…
Reference in New Issue