]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Input: pixcir_i2c_ts - remove a useless blank line
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Fri, 19 Aug 2016 17:18:32 +0000 (10:18 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
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 <clabbe.montjoie@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/pixcir_i2c_ts.c

index d8b8889fd8580f13cf6db8b163daed5de00fccd8..3bb0637d832e412944d9f6511c99e32705785702 100644 (file)
@@ -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) {