diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/dw_mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 55cd110a49c4..c204b7d1532c 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c | |||
@@ -2607,7 +2607,7 @@ int dw_mci_probe(struct dw_mci *host) | |||
2607 | 2607 | ||
2608 | tasklet_init(&host->tasklet, dw_mci_tasklet_func, (unsigned long)host); | 2608 | tasklet_init(&host->tasklet, dw_mci_tasklet_func, (unsigned long)host); |
2609 | host->card_workqueue = alloc_workqueue("dw-mci-card", | 2609 | host->card_workqueue = alloc_workqueue("dw-mci-card", |
2610 | WQ_MEM_RECLAIM | WQ_NON_REENTRANT, 1); | 2610 | WQ_MEM_RECLAIM, 1); |
2611 | if (!host->card_workqueue) { | 2611 | if (!host->card_workqueue) { |
2612 | ret = -ENOMEM; | 2612 | ret = -ENOMEM; |
2613 | goto err_dmaunmap; | 2613 | goto err_dmaunmap; |