Input: ucb1400_ts - remove redundant variable penup
authorColin Ian King <colin.i.king@gmail.com>
Mon, 13 Dec 2021 05:20:31 +0000 (21:20 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 20 Dec 2021 07:55:25 +0000 (23:55 -0800)
commit53b90bd9767007b87610a46b7d013123742d2802
treece6476af5f32d4daf9526ffa2ef7ca87d774efc2
parent23dee6c6b183e41fa7e3d758e70216f670851a3f
Input: ucb1400_ts - remove redundant variable penup

Variable penup is assigned a value but penup is never read later, it
is redundant and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20211205000525.153999-1-colin.i.king@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ucb1400_ts.c