Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65654
b: refs/heads/master
c: 3e01e4b
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Pierre Ossman committed Oct 6, 2007
1 parent fcbd109 commit 2b858b9
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: d6f8deecefc133cac044f6029bdb349a1cb8753a
refs/heads/master: 3e01e4bcdd56209e70c39293e0c4c355d09364b8
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/core/sdio_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static int process_sdio_pending_irqs(struct mmc_card *card)
if (!func) {
printk(KERN_WARNING "%s: pending IRQ for "
"non-existant function\n",
sdio_func_id(func));
mmc_card_id(card));
} else if (func->irq_handler) {
func->irq_handler(func);
count++;
Expand Down

0 comments on commit 2b858b9

Please sign in to comment.