Skip to content

Commit

Permalink
omap_hsmmc: Trivial fix for a typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
  • Loading branch information
Anand Gadiyar authored and Pierre Ossman committed Jun 3, 2009
1 parent c499b06 commit 85b8432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 85b8432

Please sign in to comment.