summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/e7525/raminit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/e7525/raminit.c')
-rw-r--r--src/northbridge/intel/e7525/raminit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/intel/e7525/raminit.c b/src/northbridge/intel/e7525/raminit.c
index e341596..b5895bc 100644
--- a/src/northbridge/intel/e7525/raminit.c
+++ b/src/northbridge/intel/e7525/raminit.c
@@ -164,7 +164,7 @@ static struct dimm_size spd_get_dimm_size(unsigned device)
hw_err:
sz.side1 = 0;
sz.side2 = 0;
- out:
+out:
return sz;
}
@@ -291,7 +291,7 @@ static int spd_set_row_attributes(const struct mem_controller *ctrl,
/* If an hw_error occurs report that I have no memory */
hw_err:
dra = 0;
- out:
+out:
return dra;
}
@@ -664,7 +664,7 @@ static int spd_set_dram_controller_mode(const struct mem_controller *ctrl,
/* If an hw_error occurs report that I have no memory */
hw_err:
drc = 0;
- out:
+out:
return drc;
}
OpenPOWER on IntegriCloud