From: LABBE Corentin Date: Fri, 19 Aug 2016 17:18:32 +0000 (-0700) Subject: Input: pixcir_i2c_ts - remove a useless blank line X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e9bf4529d3db9e6291ebfe41be08e6bb76bdf49d;p=linux-beck.git 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 Signed-off-by: Dmitry Torokhov --- 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) {