]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mmc/host/dw_mmc.c
Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / mmc / host / dw_mmc.c
index 0c56faa6730efc8ac55704a70e7fe373fd2c175d..cced599d5aebe22aef357fd427a6aa03d7edaa79 100644 (file)
@@ -2607,7 +2607,7 @@ int dw_mci_probe(struct dw_mci *host)
 
        tasklet_init(&host->tasklet, dw_mci_tasklet_func, (unsigned long)host);
        host->card_workqueue = alloc_workqueue("dw-mci-card",
-                       WQ_MEM_RECLAIM | WQ_NON_REENTRANT, 1);
+                       WQ_MEM_RECLAIM, 1);
        if (!host->card_workqueue) {
                ret = -ENOMEM;
                goto err_dmaunmap;