Commit 2b77487f authored by Thierry Reding's avatar Thierry Reding

pwm: Remove gratuitous blank line

Commit 5ec803ed ("pwm: Add core infrastructure to allow atomic
updates") introduced this double blank line by mistake.
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent f6f3bddf
...@@ -408,7 +408,6 @@ static inline void pwm_disable(struct pwm_device *pwm) ...@@ -408,7 +408,6 @@ static inline void pwm_disable(struct pwm_device *pwm)
pwm_apply_state(pwm, &state); pwm_apply_state(pwm, &state);
} }
/* PWM provider APIs */ /* PWM provider APIs */
int pwm_set_chip_data(struct pwm_device *pwm, void *data); int pwm_set_chip_data(struct pwm_device *pwm, void *data);
void *pwm_get_chip_data(struct pwm_device *pwm); void *pwm_get_chip_data(struct pwm_device *pwm);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment