Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361341
b: refs/heads/master
c: 0123055
h: refs/heads/master
i:
  361339: 1e21ce9
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Mar 12, 2013
1 parent 2660a4f commit 3272ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2d798a3f20ae992b0b69a2b68c04ada397c32ed4
refs/heads/master: 01230551e7c2fb9a1c2519b356d703851049cbe0
4 changes: 2 additions & 2 deletions trunk/drivers/w1/masters/w1-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int w1_gpio_probe(struct platform_device *pdev)
return err;
}

static int __exit w1_gpio_remove(struct platform_device *pdev)
static int w1_gpio_remove(struct platform_device *pdev)
{
struct w1_bus_master *master = platform_get_drvdata(pdev);
struct w1_gpio_platform_data *pdata = pdev->dev.platform_data;
Expand Down Expand Up @@ -210,7 +210,7 @@ static struct platform_driver w1_gpio_driver = {
.of_match_table = of_match_ptr(w1_gpio_dt_ids),
},
.probe = w1_gpio_probe,
.remove = __exit_p(w1_gpio_remove),
.remove = w1_gpio_remove,
.suspend = w1_gpio_suspend,
.resume = w1_gpio_resume,
};
Expand Down

0 comments on commit 3272ed1

Please sign in to comment.