Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336820
b: refs/heads/master
c: 2cad6a8
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Linus Walleij committed Oct 27, 2012
1 parent eec1011 commit 991f7ee
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: a362605b341d95e7209ead8052363cb28dda1c44
refs/heads/master: 2cad6a8a4c31175578943f087e1dbef9f52e6ec3
3 changes: 1 addition & 2 deletions trunk/drivers/gpio/gpio-clps711x.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ static int __init gpio_clps711x_init(void)
GFP_KERNEL);
if (!gpio) {
dev_err(&pdev->dev, "GPIO allocating memory error\n");
platform_device_del(pdev);
platform_device_put(pdev);
platform_device_unregister(pdev);
return -ENOMEM;
}

Expand Down

0 comments on commit 991f7ee

Please sign in to comment.