projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c499b06
)
omap_hsmmc: Trivial fix for a typo in comment
author
Anand Gadiyar
<gadiyar@ti.com>
Wed, 15 Apr 2009 12:14:58 +0000
(17:44 +0530)
committer
Pierre Ossman
<pierre@ossman.eu>
Wed, 3 Jun 2009 19:47:37 +0000
(21:47 +0200)
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
drivers/mmc/host/omap_hsmmc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/omap_hsmmc.c
b/drivers/mmc/host/omap_hsmmc.c
index e62a22a7f00cb10089ab36424793aa498a81284f..c40cb96255a2c92a6e395df960dd7989b9143800 100644
(file)
--- 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 thro
ugh
a kernel warning if used.
+ * mutex_unlock will thro
w
a kernel warning if used.
*/
up(&host->sem);
}