Loading drivers/pwm/pwm-twl.c +3 −6 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading @@ -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; Loading Loading
drivers/pwm/pwm-twl.c +3 −6 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading @@ -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; Loading