projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac82f0
)
Input: pixcir_i2c_ts - remove a useless blank line
author
LABBE Corentin
<
[email protected]
>
Fri, 19 Aug 2016 17:18:32 +0000
(10:18 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Mon, 22 Aug 2016 21:16:50 +0000
(14:16 -0700)
This patch fix the following checkpatch report:
Blank lines aren't necessary after an open brace
Signed-off-by: LABBE Corentin <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/touchscreen/pixcir_i2c_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/pixcir_i2c_ts.c
b/drivers/input/touchscreen/pixcir_i2c_ts.c
index d8b8889fd8580f13cf6db8b163daed5de00fccd8..3bb0637d832e412944d9f6511c99e32705785702 100644
(file)
--- a/
drivers/input/touchscreen/pixcir_i2c_ts.c
+++ b/
drivers/input/touchscreen/pixcir_i2c_ts.c
@@
-400,7
+400,6
@@
static int __maybe_unused pixcir_i2c_ts_resume(struct device *dev)
mutex_lock(&input->mutex);
if (device_may_wakeup(&client->dev)) {
-
if (!input->users) {
ret = pixcir_stop(ts);
if (ret) {