summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/iosf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/iosf.c')
-rw-r--r--src/soc/intel/braswell/iosf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/iosf.c b/src/soc/intel/braswell/iosf.c
index a0d4b4fbcaaf..11c44d038736 100644
--- a/src/soc/intel/braswell/iosf.c
+++ b/src/soc/intel/braswell/iosf.c
@@ -94,7 +94,7 @@ uint32_t iosf_scc_read(int reg)
void iosf_scc_write(int reg, uint32_t val)
{
- return iosf_write_port(IOSF_WRITE(SCC), reg, val);
+ iosf_write_port(IOSF_WRITE(SCC), reg, val);
}
uint32_t iosf_usbphy_read(int reg)
@@ -104,7 +104,7 @@ uint32_t iosf_usbphy_read(int reg)
void iosf_usbphy_write(int reg, uint32_t val)
{
- return iosf_write_port(IOSF_WRITE(USBPHY), reg, val);
+ iosf_write_port(IOSF_WRITE(USBPHY), reg, val);
}
#if ENV_RAMSTAGE