]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/host/omap_hsmmc.c
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[~andy/linux] / drivers / mmc / host / omap_hsmmc.c
index 2f19c635bc6e8243a38157364e91fccb8133d186..1cf9cfb3b64fb13f262f652ef74323e4bb1392ec 100644 (file)
@@ -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);
 }