src/soc/intel: Remove unnecessary space after casts
Change-Id: I098104f32dd7c66d7bb79588ef315a242c3889ba Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69806 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
committed by
Martin L Roth
parent
5aa98964fb
commit
9018dee685
@@ -56,7 +56,7 @@ static void soc_config_pwrmbase(void)
|
||||
pci_or_config16(PCH_DEV_PMC, PCI_COMMAND, (PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER));
|
||||
|
||||
/* Enable PWRM in PMC */
|
||||
setbits32((void *) PCH_PWRM_BASE_ADDRESS + ACTL, PWRM_EN);
|
||||
setbits32((void *)PCH_PWRM_BASE_ADDRESS + ACTL, PWRM_EN);
|
||||
}
|
||||
|
||||
void bootblock_pch_early_init(void)
|
||||
|
@@ -246,7 +246,7 @@ void soc_fill_power_state(struct chipset_power_state *ps)
|
||||
/* STM Support */
|
||||
uint16_t get_pmbase(void)
|
||||
{
|
||||
return (uint16_t) ACPI_BASE_ADDRESS;
|
||||
return (uint16_t)ACPI_BASE_ADDRESS;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user