summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/common/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/agesa/common/common.c')
-rw-r--r--src/northbridge/amd/agesa/common/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa/common/common.c b/src/northbridge/amd/agesa/common/common.c
index ab8f687597..8dd2ac0725 100644
--- a/src/northbridge/amd/agesa/common/common.c
+++ b/src/northbridge/amd/agesa/common/common.c
@@ -54,7 +54,7 @@ AGESA_STATUS common_ReadCbfsSpd (UINT32 Func, UINT32 Data, VOID *ConfigPtr)
memcpy((char*)info->Buffer, spd_file, spd_file_length);
u16 crc = spd_ddr3_calc_crc(info->Buffer, spd_file_length);
- if (crc == 0){
+ if (crc == 0) {
printk(BIOS_EMERG, "Error: Unable to calculate CRC on SPD\n");
return AGESA_UNSUPPORTED;
}