Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319219
b: refs/heads/master
c: abeaf75
h: refs/heads/master
i:
  319217: 9e49d7e
  319215: 67be61a
v: v3
  • Loading branch information
Thierry Reding committed Jul 23, 2012
1 parent bbafa77 commit 3931d7a
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: 45b301d2b188af6db332cbb14c36e20b5204223e
refs/heads/master: abeaf75527386adea831914579f0b8711287d3f8
3 changes: 1 addition & 2 deletions trunk/drivers/pwm/pwm-pxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ static int __devexit pwm_remove(struct platform_device *pdev)
if (chip == NULL)
return -ENODEV;

pwmchip_remove(&chip->chip);
return 0;
return pwmchip_remove(&chip->chip);
}

static struct platform_driver pwm_driver = {
Expand Down

0 comments on commit 3931d7a

Please sign in to comment.