Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319220
b: refs/heads/master
c: b50675d
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Thierry Reding committed Jul 23, 2012
1 parent 3931d7a commit 3807054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: abeaf75527386adea831914579f0b8711287d3f8
refs/heads/master: b50675dcc3402ea456a1d59855260fcfd800fb40
4 changes: 1 addition & 3 deletions trunk/drivers/pwm/pwm-bfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ static int __devexit bfin_pwm_remove(struct platform_device *pdev)
{
struct bfin_pwm_chip *pwm = platform_get_drvdata(pdev);

pwmchip_remove(&pwm->chip);

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

static struct platform_driver bfin_pwm_driver = {
Expand Down

0 comments on commit 3807054

Please sign in to comment.