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>
This commit is contained in:
parent
c499b0672f
commit
85b843227a
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue