Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311053
b: refs/heads/master
c: b87cc1b
h: refs/heads/master
i:
  311051: f6af9d5
v: v3
  • Loading branch information
Ludovic Desroches authored and Chris Ball committed Jun 6, 2012
1 parent 13d2fda commit e9f0162
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: 09eeff52bf20d485bcafc441f01c142c59c3da16
refs/heads/master: b87cc1b5d3a96ef9f1b3a4f8ce7aaff18e96c994
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2314,6 +2314,8 @@ static int __init atmci_probe(struct platform_device *pdev)

platform_set_drvdata(pdev, host);

setup_timer(&host->timer, atmci_timeout_timer, (unsigned long)host);

/* We need at least one slot to succeed */
nr_slots = 0;
ret = -ENODEV;
Expand Down Expand Up @@ -2352,8 +2354,6 @@ static int __init atmci_probe(struct platform_device *pdev)
}
}

setup_timer(&host->timer, atmci_timeout_timer, (unsigned long)host);

dev_info(&pdev->dev,
"Atmel MCI controller at 0x%08lx irq %d, %u slots\n",
host->mapbase, irq, nr_slots);
Expand Down

0 comments on commit e9f0162

Please sign in to comment.