Skip to content

Commit

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

static struct platform_driver pio_driver = {
.probe = pio_probe,
.driver = {
.name = "pio",
},
};

static int __init pio_init(void)
{
return platform_driver_register(&pio_driver);
return platform_driver_probe(&pio_driver, pio_probe);
}
postcore_initcall(pio_init);

Expand Down

0 comments on commit 10b0983

Please sign in to comment.