src: Too many terminators ';;' at end of stmts, stop Skynet
Change-Id: I3e9b7e0e5558a6942067dcea04b83fe3bccbbaf9 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7362 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
27cf24727c
commit
48b6b97eb4
@ -837,7 +837,7 @@ LibAmdPciWrite (
|
||||
LibAmdMsrWrite (NB_CFG, &RMWritePrevious, StdHeader);
|
||||
}
|
||||
//IDS_HDT_CONSOLE (LIB_PCI_WR, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);
|
||||
//printk(BIOS_DEBUG, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);;
|
||||
//printk(BIOS_DEBUG, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);
|
||||
//printk(BIOS_DEBUG, "LibAmdPciWrite\n");
|
||||
} else {
|
||||
// Setup the MMIO address
|
||||
|
@ -842,7 +842,7 @@ LibAmdPciWrite (
|
||||
LibAmdMsrWrite (NB_CFG, &RMWritePrevious, StdHeader);
|
||||
}
|
||||
//IDS_HDT_CONSOLE (LIB_PCI_WR, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);
|
||||
//printk(BIOS_DEBUG, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);;
|
||||
//printk(BIOS_DEBUG, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);
|
||||
//printk(BIOS_DEBUG, "LibAmdPciWrite\n");
|
||||
} else {
|
||||
// Setup the MMIO address
|
||||
|
@ -159,7 +159,7 @@ AmdSbDispatcher (
|
||||
}
|
||||
|
||||
if ( ((AMD_CONFIG_PARAMS*)pConfig)->Func == SB_EC_FANCONTROL ) {
|
||||
sbECfancontrolservice((AMDSBCFG*)pConfig);;
|
||||
sbECfancontrolservice((AMDSBCFG*)pConfig);
|
||||
}
|
||||
#endif
|
||||
return Status;
|
||||
|
@ -865,7 +865,7 @@ LibAmdPciWrite (
|
||||
LibAmdMsrWrite (NB_CFG, &RMWritePrevious, StdHeader);
|
||||
}
|
||||
//IDS_HDT_CONSOLE (LIB_PCI_WR, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);
|
||||
//printk(BIOS_DEBUG, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);;
|
||||
//printk(BIOS_DEBUG, "~PCI WR %08x = %08x\n", LegacyPciAccess, *(UINT32 *)Value);
|
||||
//printk(BIOS_DEBUG, "LibAmdPciWrite\n");
|
||||
} else {
|
||||
// Setup the MMIO address
|
||||
|
Reference in New Issue
Block a user