Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263696
b: refs/heads/master
c: 50a50f9
h: refs/heads/master
v: v3
  • Loading branch information
Mika Westerberg authored and Chris Ball committed Aug 31, 2011
1 parent 88c849f commit fb89561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 778e277cb82411c9002ca28ccbd216c4d9eb9158
refs/heads/master: 50a50f9248497484c678631a9c1a719f1aaeab79
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/core/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit fb89561

Please sign in to comment.