diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2016-08-19 10:18:32 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-08-22 14:16:50 -0700 |
commit | e9bf4529d3db9e6291ebfe41be08e6bb76bdf49d (patch) | |
tree | a1cc71e0bbb11cef3af296fc56d2abdc4a432cdb /drivers/input | |
parent | 5ac82f081ac08c5ca551aa6cfc5d81ff26efdf4e (diff) | |
download | linux-e9bf4529d3db9e6291ebfe41be08e6bb76bdf49d.tar.bz2 |
Input: pixcir_i2c_ts - remove a useless blank line
This patch fix the following checkpatch report:
Blank lines aren't necessary after an open brace
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/pixcir_i2c_ts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/pixcir_i2c_ts.c b/drivers/input/touchscreen/pixcir_i2c_ts.c index d8b8889fd858..3bb0637d832e 100644 --- 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) { |