Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319221
b: refs/heads/master
c: 457fd76
h: refs/heads/master
i:
  319219: 3931d7a
v: v3
  • Loading branch information
Axel Lin authored and Thierry Reding committed Jul 23, 2012
1 parent 3807054 commit 07ff878
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: b50675dcc3402ea456a1d59855260fcfd800fb40
refs/heads/master: 457fd768ee1f7c78e85dfbe86329e6b24eb36514
4 changes: 1 addition & 3 deletions trunk/drivers/pwm/pwm-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ static int __devexit mxs_pwm_remove(struct platform_device *pdev)
{
struct mxs_pwm_chip *mxs = platform_get_drvdata(pdev);

pwmchip_remove(&mxs->chip);

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

static struct of_device_id mxs_pwm_dt_ids[] = {
Expand Down

0 comments on commit 07ff878

Please sign in to comment.