Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54162
b: refs/heads/master
c: 02c8359
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed May 7, 2007
1 parent a4cb183 commit 4af6bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fd76bab2fa6d8f3ef6b326a4c6ae442fa21d30a4
refs/heads/master: 02c83595b86480ee4d61665beb13f76685d40239
3 changes: 1 addition & 2 deletions trunk/drivers/pcmcia/at91_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ static struct platform_driver at91_cf_driver = {
.name = (char *) driver_name,
.owner = THIS_MODULE,
},
.probe = at91_cf_probe,
.remove = __exit_p(at91_cf_remove),
.suspend = at91_cf_suspend,
.resume = at91_cf_resume,
Expand All @@ -370,7 +369,7 @@ static struct platform_driver at91_cf_driver = {

static int __init at91_cf_init(void)
{
return platform_driver_register(&at91_cf_driver);
return platform_driver_probe(&at91_cf_driver, at91_cf_probe);
}
module_init(at91_cf_init);

Expand Down

0 comments on commit 4af6bf1

Please sign in to comment.