Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125517
b: refs/heads/master
c: 418f19e
h: refs/heads/master
i:
  125515: 324ca88
v: v3
  • Loading branch information
Pierre Ossman committed Dec 31, 2008
1 parent 1990301 commit b249c2f
Show file tree
Hide file tree
Showing 3 changed files with 5 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: f6e10b865c3ea56bdaa8c6ecfee313b997900dbb
refs/heads/master: 418f19ea17a99421b22a64e101e14b6a16bed66d
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/at91_mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,8 @@ static int __init at91_mci_probe(struct platform_device *pdev)
goto fail0;
}

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

platform_set_drvdata(pdev, mmc);

/*
Expand All @@ -1101,8 +1103,6 @@ static int __init at91_mci_probe(struct platform_device *pdev)

mmc_add_host(mmc);

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

/*
* monitor card insertion/removal if we can
*/
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/host/sdricoh_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ static struct pcmcia_device_id pcmcia_ids[] = {
/* vendor and device strings followed by their crc32 hashes */
PCMCIA_DEVICE_PROD_ID12("RICOH", "Bay1Controller", 0xd9f522ed,
0xc3901202),
PCMCIA_DEVICE_PROD_ID12("RICOH", "Bay Controller", 0xd9f522ed,
0xace80909),
PCMCIA_DEVICE_NULL,
};

Expand Down

0 comments on commit b249c2f

Please sign in to comment.