Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}