Commit 85b84322 authored by Anand Gadiyar's avatar Anand Gadiyar Committed by Pierre Ossman

omap_hsmmc: Trivial fix for a typo in comment

Signed-off-by: default avatarAnand Gadiyar <gadiyar@ti.com>
Signed-off-by: default avatarPierre Ossman <pierre@ossman.eu>
parent c499b067
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment