Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358738
b: refs/heads/master
c: 30f7861
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Thumshirn authored and Thierry Reding committed Feb 17, 2013
1 parent 8fbcaf7 commit 052c83b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 838bf09d4fa01d39417e42c731aa31d7a256fb7c
refs/heads/master: 30f786170352b8264bc7b61c2482713e54accec8
9 changes: 3 additions & 6 deletions trunk/drivers/pwm/pwm-twl.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ static int twl4030_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm)

static void twl4030_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm)
{
struct twl_pwm_chip *twl = container_of(chip, struct twl_pwm_chip,
chip);
struct twl_pwm_chip *twl = to_twl(chip);
int ret;
u8 val, mask;

Expand Down Expand Up @@ -231,8 +230,7 @@ static void twl4030_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm)

static int twl6030_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)
{
struct twl_pwm_chip *twl = container_of(chip, struct twl_pwm_chip,
chip);
struct twl_pwm_chip *twl = to_twl(chip);
int ret;
u8 val;

Expand All @@ -255,8 +253,7 @@ static int twl6030_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)

static void twl6030_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm)
{
struct twl_pwm_chip *twl = container_of(chip, struct twl_pwm_chip,
chip);
struct twl_pwm_chip *twl = to_twl(chip);
int ret;
u8 val;

Expand Down

0 comments on commit 052c83b

Please sign in to comment.