Re: [PATCH] Input: apbps2 - remove useless variable

2021-04-09 Thread Dmitry Torokhov
On Fri, Apr 09, 2021 at 05:00:59PM +0800, Jiapeng Chong wrote: > Fix the following gcc warning: > > drivers/input/serio/apbps2.c:106:16: warning: variable ‘tmp’ set but not > used [-Wunused-but-set-variable]. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong Applied, thank you. --

[PATCH] Input: apbps2 - remove useless variable

2021-04-09 Thread Jiapeng Chong
Fix the following gcc warning: drivers/input/serio/apbps2.c:106:16: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable]. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- drivers/input/serio/apbps2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a