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:
f55532a
)
pwm: Add missing newline
author
Thierry Reding
<thierry.reding@gmail.com>
Mon, 2 May 2016 10:05:55 +0000
(12:05 +0200)
committer
Thierry Reding
<thierry.reding@gmail.com>
Tue, 3 May 2016 11:57:03 +0000
(13:57 +0200)
checkpatch requires that declarations be separated from code by a blank
line. Add one for readability and to silence the warning.
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pwm/core.c
b/drivers/pwm/core.c
index 7831bc6b51dddb66960f8ef97fde2da1ce33572a..bc0c20ac90a1916aeab33904021358a99c039caf 100644
(file)
--- a/
drivers/pwm/core.c
+++ b/
drivers/pwm/core.c
@@
-75,6
+75,7
@@
static void free_pwms(struct pwm_chip *chip)
for (i = 0; i < chip->npwm; i++) {
struct pwm_device *pwm = &chip->pwms[i];
+
radix_tree_delete(&pwm_tree, pwm->pwm);
}