Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375970
b: refs/heads/master
c: a9b1bdd
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Felipe Balbi committed May 15, 2013
1 parent f544eca commit 88d2baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: c8a0b5c687bfc3fce4bcc6a1e7c354f40b38bbc9
refs/heads/master: a9b1bddc7a171c89b4fd4c132202b5b2118f3905
2 changes: 0 additions & 2 deletions trunk/drivers/usb/phy/phy-gpio-vbus-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ static int __init gpio_vbus_probe(struct platform_device *pdev)
gpio_free(pdata->gpio_pullup);
gpio_free(pdata->gpio_vbus);
err_gpio:
platform_set_drvdata(pdev, NULL);
kfree(gpio_vbus->phy.otg);
kfree(gpio_vbus);
return err;
Expand All @@ -365,7 +364,6 @@ static int __exit gpio_vbus_remove(struct platform_device *pdev)
if (gpio_is_valid(pdata->gpio_pullup))
gpio_free(pdata->gpio_pullup);
gpio_free(gpio);
platform_set_drvdata(pdev, NULL);
kfree(gpio_vbus->phy.otg);
kfree(gpio_vbus);

Expand Down

0 comments on commit 88d2baa

Please sign in to comment.