summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Gadiyar2009-04-15 14:14:58 +0200
committerPierre Ossman2009-06-03 21:47:37 +0200
commit85b843227a9b8c1a27ebd354a80c89aef067f2ca (patch)
tree997346b0b2631c79992c01abaac82252755a17ea
parentmxcmmc: decrease minimum frequency to make MMC cards work (diff)
downloadkernel-qcow2-linux-85b843227a9b8c1a27ebd354a80c89aef067f2ca.tar.gz
kernel-qcow2-linux-85b843227a9b8c1a27ebd354a80c89aef067f2ca.tar.xz
kernel-qcow2-linux-85b843227a9b8c1a27ebd354a80c89aef067f2ca.zip
omap_hsmmc: Trivial fix for a typo in comment
Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Pierre Ossman <pierre@ossman.eu>
-rw-r--r--drivers/mmc/host/omap_hsmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index e62a22a7f00c..c40cb96255a2 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -680,7 +680,7 @@ static void mmc_omap_dma_cb(int lch, u16 ch_status, void *data)
host->dma_ch = -1;
/*
* DMA Callback: run in interrupt context.
- * mutex_unlock will through a kernel warning if used.
+ * mutex_unlock will throw a kernel warning if used.
*/
up(&host->sem);
}