Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113181
b: refs/heads/master
c: 6501ff6
h: refs/heads/master
i:
  113179: 55534dd
v: v3
  • Loading branch information
Pierre Ossman committed Oct 12, 2008
1 parent 4ddd911 commit 496b833
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: e633b7bcec8e26991d489a11615acf7674efbaf4
refs/heads/master: 6501ff604a5ae18697c9b4cd40a7738d3a68e7fe
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/core/sdio_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ static int sdio_card_irq_get(struct mmc_card *card)
if (!host->sdio_irqs++) {
atomic_set(&host->sdio_irq_thread_abort, 0);
host->sdio_irq_thread =
kthread_run(sdio_irq_thread, host, "ksdiorqd");
kthread_run(sdio_irq_thread, host, "ksdioirqd/%s",
mmc_hostname(host));
if (IS_ERR(host->sdio_irq_thread)) {
int err = PTR_ERR(host->sdio_irq_thread);
host->sdio_irqs--;
Expand Down

0 comments on commit 496b833

Please sign in to comment.