Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359877
b: refs/heads/master
c: 93c3a79
h: refs/heads/master
i:
  359875: c519244
v: v3
  • Loading branch information
Teppei Kamijou authored and Chris Ball committed Jan 28, 2013
1 parent 52e02db commit a1a7244
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: 613c25e7b5d4129d64327f83c00ad1463b606b01
refs/heads/master: 93c3a791e7ce306f33b8e39d96ae9527c23e925a
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 a1a7244

Please sign in to comment.