Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372798
b: refs/heads/master
c: abd4190
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Shiyan authored and Chris Ball committed Apr 12, 2013
1 parent d39084e commit cc144e0
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: 0d3e3350d5871c53464be4c92d57198744247005
refs/heads/master: abd4190f0c820b7f118450b52bb95c0be3a441bd
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/mxcmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,12 +1052,12 @@ static int mxcmci_probe(struct platform_device *pdev)
goto out_free_irq;
}

mmc_add_host(mmc);

init_timer(&host->watchdog);
host->watchdog.function = &mxcmci_watchdog;
host->watchdog.data = (unsigned long)mmc;

mmc_add_host(mmc);

return 0;

out_free_irq:
Expand Down

0 comments on commit cc144e0

Please sign in to comment.