Input: zet6223 - remove an unused field in struct zet6223_ts
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 12 May 2024 09:58:00 +0000 (11:58 +0200)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 13 May 2024 21:10:09 +0000 (14:10 -0700)
commitadb2e48afc352fb00357e158be006296f220347e
tree09c05c99187b2968571e168f126936e651b213de
parentae7620b2839365e23a88dc2953e071ff2f260868
Input: zet6223 - remove an unused field in struct zet6223_ts

In "struct zet6223_ts", the 'vcc' and 'vio' fields are unused.

So, remove them.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/3065d885341e2730dd3e7905d75514796a8c25e4.1715507858.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/zet6223.c