Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55274
b: refs/heads/master
c: 01f41ec
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 9, 2007
1 parent e981cb2 commit 3358c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: de372ecd80a42c4fb485c7232475301a18d05184
refs/heads/master: 01f41ec7b36e14da18a4e162ef697ae358f36e37
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,9 @@ void mmc_detect_change(struct mmc_host *host, unsigned long delay)
{
#ifdef CONFIG_MMC_DEBUG
unsigned long flags;
spin_lock_irqsave(host->lock, flags);
spin_lock_irqsave(&host->lock, flags);
BUG_ON(host->removed);
spin_unlock_irqrestore(host->lock, flags);
spin_unlock_irqrestore(&host->lock, flags);
#endif

mmc_schedule_delayed_work(&host->detect, delay);
Expand Down

0 comments on commit 3358c8f

Please sign in to comment.