Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228906
b: refs/heads/master
c: c288b85
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Chris Ball committed Jan 9, 2011
1 parent a82741e commit 2dc2661
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 253e0a7c3dc4bbbc69fc6bfd7c01bc4c9397a5e5
refs/heads/master: c288b85554097a3d1271f935c48b442280b2db9e
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/core/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ static inline void mmc_host_clk_exit(struct mmc_host *host)
mmc_host_clk_gate_delayed(host);
if (host->clk_gated)
mmc_host_clk_ungate(host);
BUG_ON(host->clk_requests > 0);
/* There should be only one user now */
WARN_ON(host->clk_requests > 1);
}

#else
Expand Down

0 comments on commit 2dc2661

Please sign in to comment.