Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318203
b: refs/heads/master
c: b945f3f
h: refs/heads/master
i:
  318201: 13d709a
  318199: 620cfdc
v: v3
  • Loading branch information
Axel Lin authored and Greg Kroah-Hartman committed Jun 18, 2012
1 parent 3025652 commit c6a24bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e7b4a59b3d7bb2dcd11c019354bf0c91037dadd
refs/heads/master: b945f3fa829a7315488f4d39a866dfbb29e8a49a
2 changes: 2 additions & 0 deletions trunk/drivers/extcon/extcon_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ static int __devinit gpio_extcon_probe(struct platform_device *pdev)
if (ret < 0)
goto err_request_irq;

platform_set_drvdata(pdev, extcon_data);
/* Perform initial detection */
gpio_extcon_work(&extcon_data->work.work);

Expand All @@ -146,6 +147,7 @@ static int __devexit gpio_extcon_remove(struct platform_device *pdev)
struct gpio_extcon_data *extcon_data = platform_get_drvdata(pdev);

cancel_delayed_work_sync(&extcon_data->work);
free_irq(extcon_data->irq, extcon_data);
gpio_free(extcon_data->gpio);
extcon_dev_unregister(&extcon_data->edev);
devm_kfree(&pdev->dev, extcon_data);
Expand Down

0 comments on commit c6a24bd

Please sign in to comment.