Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165489
b: refs/heads/master
c: 894572a
h: refs/heads/master
i:
  165487: dfeef78
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Sep 19, 2009
1 parent 591f2de commit 7881975
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: c0cbfd0e81d879a950ba6f0df3f75ea30c5ab16e
refs/heads/master: 894572a363539dc2e8ddde83056bd22fadb30748
3 changes: 1 addition & 2 deletions trunk/drivers/mtd/nand/sh_flctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ static int __exit flctl_remove(struct platform_device *pdev)
}

static struct platform_driver flctl_driver = {
.probe = flctl_probe,
.remove = flctl_remove,
.driver = {
.name = "sh_flctl",
Expand All @@ -867,7 +866,7 @@ static struct platform_driver flctl_driver = {

static int __init flctl_nand_init(void)
{
return platform_driver_register(&flctl_driver);
return platform_driver_probe(&flctl_driver, flctl_probe);
}

static void __exit flctl_nand_cleanup(void)
Expand Down

0 comments on commit 7881975

Please sign in to comment.