Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358643
b: refs/heads/master
c: f9fd54f
h: refs/heads/master
i:
  358641: 498da9b
  358639: 47bc829
v: v3
  • Loading branch information
Teppei Kamijou authored and Chris Ball committed Feb 11, 2013
1 parent bec6bbc commit cb14072
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: 555061f987787a966b01e62517b9befbd35e2f89
refs/heads/master: f9fd54f22e79046208ff1656afff7b5f9b7433cb
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sh_mmcif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ static int sh_mmcif_probe(struct platform_device *pdev)
host = mmc_priv(mmc);
host->mmc = mmc;
host->addr = reg;
host->timeout = 1000;
host->timeout = msecs_to_jiffies(1000);

host->pd = pdev;

Expand Down

0 comments on commit cb14072

Please sign in to comment.