Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91771
b: refs/heads/master
c: 6fee65c
h: refs/heads/master
i:
  91769: a5ac0c1
  91767: 57d5674
v: v3
  • Loading branch information
Robert P. J. Day authored and Pierre Ossman committed Apr 18, 2008
1 parent cbc224d commit 3740f67
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: 2f730fec83be76f1b3b8f0066b3447f55c50d7a0
refs/heads/master: 6fee65cfde519ae811c3cde47c622271168ca449
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/core/sdio_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ static int sdio_irq_thread(void *_host)
}
}

set_task_state(current, TASK_INTERRUPTIBLE);
set_current_state(TASK_INTERRUPTIBLE);
if (host->caps & MMC_CAP_SDIO_IRQ)
host->ops->enable_sdio_irq(host, 1);
if (!kthread_should_stop())
schedule_timeout(period);
set_task_state(current, TASK_RUNNING);
set_current_state(TASK_RUNNING);
} while (!kthread_should_stop());

if (host->caps & MMC_CAP_SDIO_IRQ)
Expand Down

0 comments on commit 3740f67

Please sign in to comment.