summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2016-01-17 23:03:21 +0000
committerjhibbits <jhibbits@FreeBSD.org>2016-01-17 23:03:21 +0000
commit9a6a21e1b5bbb193aeddf5d5546a956e6d8a1520 (patch)
treef021d492451df7933af15b5c65c61f60c8e75e78 /sys/arm/freescale
parent9ab738affacf5f2d0a285a2fac88e3a4f82fde38 (diff)
downloadFreeBSD-src-9a6a21e1b5bbb193aeddf5d5546a956e6d8a1520.zip
FreeBSD-src-9a6a21e1b5bbb193aeddf5d5546a956e6d8a1520.tar.gz
Quick exit after setting the clock control register.
Discussed with: ian
Diffstat (limited to 'sys/arm/freescale')
-rw-r--r--sys/arm/freescale/imx/imx_sdhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/freescale/imx/imx_sdhci.c b/sys/arm/freescale/imx/imx_sdhci.c
index 17edf07..fa9d8ed 100644
--- a/sys/arm/freescale/imx/imx_sdhci.c
+++ b/sys/arm/freescale/imx/imx_sdhci.c
@@ -429,6 +429,7 @@ imx_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint16_
} else {
imx_sdhc_set_clock(sc, false);
}
+ return;
}
/*
OpenPOWER on IntegriCloud