]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mmc/host/sdhci-sirf.c
mmc: sdhci: Use work structs instead of tasklets
[karo-tx-linux.git] / drivers / mmc / host / sdhci-sirf.c
index 696122c1b468b315968128fb5a414fee21c740bd..4ec2ea3cd217f0302fbc7369002109f6b3585291 100644 (file)
@@ -80,8 +80,8 @@ static int sdhci_sirf_probe(struct platform_device *pdev)
                goto err_sdhci_add;
 
        /*
-        * We must request the IRQ after sdhci_add_host(), as the tasklet only
-        * gets setup in sdhci_add_host() and we oops.
+        * We must request the IRQ after sdhci_add_host(), as the workqueue
+        * only gets setup in sdhci_add_host() and we oops.
         */
        if (gpio_is_valid(priv->gpio_cd)) {
                ret = mmc_gpio_request_cd(host->mmc, priv->gpio_cd, 0);