Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113211
b: refs/heads/master
c: 787928e
h: refs/heads/master
i:
  113209: 8a45f16
  113207: a65283c
v: v3
  • Loading branch information
Uwe Kleine-König authored and Haavard Skinnemoen committed Sep 22, 2008
1 parent 10b0983 commit 42ccb57
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: d6634db8fe1784d0a8e4e156970fec034708446e
refs/heads/master: 787928e7473246991177e8cd7eeaf4cb1b3a8fbc
3 changes: 1 addition & 2 deletions trunk/arch/avr32/mach-at32ap/pdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ static int __init pdc_probe(struct platform_device *pdev)
}

static struct platform_driver pdc_driver = {
.probe = pdc_probe,
.driver = {
.name = "pdc",
},
};

static int __init pdc_init(void)
{
return platform_driver_register(&pdc_driver);
return platform_driver_probe(&pdc_driver, pdc_probe);
}
arch_initcall(pdc_init);

0 comments on commit 42ccb57

Please sign in to comment.