projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f3bdd
)
pwm: Remove gratuitous blank line
author
Thierry Reding
<thierry.reding@gmail.com>
Fri, 10 Jun 2016 13:49:53 +0000
(15:49 +0200)
committer
Thierry Reding
<thierry.reding@gmail.com>
Fri, 8 Jul 2016 16:11:51 +0000
(18:11 +0200)
Commit
5ec803edcb70
("pwm: Add core infrastructure to allow atomic
updates") introduced this double blank line by mistake.
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
include/linux/pwm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/pwm.h
b/include/linux/pwm.h
index fd1092729ed6d8f2bb98db8110bd20734dc18034..83d8bcb7e1de2116cfa395d8f7c12310ddce6a91 100644
(file)
--- a/
include/linux/pwm.h
+++ b/
include/linux/pwm.h
@@
-408,7
+408,6
@@
static inline void pwm_disable(struct pwm_device *pwm)
pwm_apply_state(pwm, &state);
}
-
/* PWM provider APIs */
int pwm_set_chip_data(struct pwm_device *pwm, void *data);
void *pwm_get_chip_data(struct pwm_device *pwm);