Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347114
b: refs/heads/master
c: 2f9569f
h: refs/heads/master
v: v3
  • Loading branch information
Tony Prisk authored and Thierry Reding committed Nov 22, 2012
1 parent 0f44508 commit 1f00378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c9371360997ba26c7e341b3d91d530e16a6aab1b
refs/heads/master: 2f9569f7ceab31242b306d040861737580e1876f
2 changes: 1 addition & 1 deletion trunk/drivers/pwm/pwm-vt8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static int vt8500_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)
struct vt8500_chip *vt8500 = to_vt8500_chip(chip);

err = clk_enable(vt8500->clk);
if (err < 0)
if (err < 0) {
dev_err(chip->dev, "failed to enable clock\n");
return err;
};
Expand Down

0 comments on commit 1f00378

Please sign in to comment.