X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fsdhci-spear.c;h=9b6459da7b1cd480620cb3c760c8f72ea61a7e45;hb=2d7c51f;hp=2dba9f8d1760313e3c47eeca756d6a59247ed924;hpb=18fb38e2f58ff7a66e30cbb71af81425edf1c9a1;p=karo-tx-linux.git diff --git a/drivers/mmc/host/sdhci-spear.c b/drivers/mmc/host/sdhci-spear.c index 2dba9f8d1760..9b6459da7b1c 100644 --- a/drivers/mmc/host/sdhci-spear.c +++ b/drivers/mmc/host/sdhci-spear.c @@ -65,7 +65,7 @@ static irqreturn_t sdhci_gpio_irq(int irq, void *dev_id) } /* inform sdhci driver about card insertion/removal */ - tasklet_schedule(&host->card_tasklet); + schedule_work(&host->card_detect_work); return IRQ_HANDLED; }