Skip to content

Commit 6114f47

Browse files
passgatdtor
authored andcommitted
Input: edt-ft5x06 - remove unnecessary blank lines
It removes unnecessary blank lines so that checkpatch doesn't complain anymore. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Link: https://lore.kernel.org/r/20230402200951.1032513-3-dario.binacchi@amarulasolutions.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent d19ec82 commit 6114f47

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/input/touchscreen/edt-ft5x06.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ static void edt_ft5x06_restore_reg_parameters(struct edt_ft5x06_ts_data *tsdata)
619619
if (reg_addr->reg_report_rate != NO_REGISTER)
620620
edt_ft5x06_register_write(tsdata, reg_addr->reg_report_rate,
621621
tsdata->report_rate);
622-
623622
}
624623

625624
#ifdef CONFIG_DEBUG_FS
@@ -1459,7 +1458,6 @@ static int edt_ft5x06_ts_resume(struct device *dev)
14591458
gpiod_set_value_cansleep(wake_gpio, 1);
14601459
}
14611460

1462-
14631461
return ret;
14641462
}
14651463

0 commit comments

Comments
 (0)