]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/core/host.c
Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6
[~andy/linux] / drivers / mmc / core / host.c
index 96a26b2bf5f04fddd9c43aa2d1dbc142add2c8dd..793d0a0dad8d74d85d239da2c3b107e47a5d1b4e 100644 (file)
@@ -179,7 +179,7 @@ void mmc_host_clk_release(struct mmc_host *host)
        host->clk_requests--;
        if (mmc_host_may_gate_card(host->card) &&
            !host->clk_requests)
-               schedule_work(&host->clk_gate_work);
+               queue_work(system_nrt_wq, &host->clk_gate_work);
        spin_unlock_irqrestore(&host->clk_lock, flags);
 }