kernel-hacking-2024-linux-s.../drivers/input/mouse
Colin Ian King deb106beb7 Input: cyapa - remove redundant assignment to 'pwr_cmd'
The variable pwr_cmd is being assigned to cyapa->suspend_power_mode
twice, once during the declaration and once after taking an
interruptible mutex lock.  Remove the redundant first assignment
since the value is never read and it is outside the mutex lock.

Cleans up clang warning:
drivers/input/mouse/cyapa.c:743:5: warning: Value stored to 'pwr_cmd'
during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2018-01-18 11:39:49 -08:00
..
alps.c Input: alps - convert to using timer_setup() 2017-10-23 16:31:50 -07:00
alps.h Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpad 2017-08-24 15:53:46 -07:00
amimouse.c
appletouch.c
atarimouse.c
bcm5974.c
byd.c Input: byd - convert to using timer_setup() 2017-10-23 16:31:43 -07:00
byd.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
cyapa.c Input: cyapa - remove redundant assignment to 'pwr_cmd' 2018-01-18 11:39:49 -08:00
cyapa.h
cyapa_gen3.c Input: cyapa - remove duplicated macro definitions 2018-01-08 17:42:00 -08:00
cyapa_gen5.c
cyapa_gen6.c
cypress_ps2.c
cypress_ps2.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
elan_i2c.h Input: elan_i2c - support touchpads with two physical buttons 2017-08-18 17:07:02 -07:00
elan_i2c_core.c Input: elan_i2c - remove unneeded MODULE_VERSION() usage 2018-01-16 16:48:22 -08:00
elan_i2c_i2c.c Input: elan_i2c - extend Flash-Write delay 2017-09-22 10:07:38 -07:00
elan_i2c_smbus.c Input: elan_i2c - support touchpads with two physical buttons 2017-08-18 17:07:02 -07:00
elantech.c Input: elantech - make arrays debounce_packet static, reduces object code size 2017-09-11 14:23:40 -07:00
elantech.h
focaltech.c
focaltech.h
gpio_mouse.c Input: gpio_mouse - add device tree probing 2017-10-19 17:08:46 -07:00
hgpk.c
hgpk.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
inport.c
Kconfig
lifebook.c
lifebook.h
logibm.c
logips2pp.c
logips2pp.h
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
maplemouse.c
navpoint.c
pc110pad.c
psmouse-base.c Input: psmouse - fix Synaptics detection when protocol is disabled 2018-01-16 13:30:51 -08:00
psmouse-smbus.c
psmouse.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pxa930_trkball.c
rpcmouse.c
sentelic.c
sentelic.h
sermouse.c
synaptics.c Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axes 2018-01-16 16:26:25 -08:00
synaptics.h
synaptics_i2c.c
synaptics_usb.c Input: synaptics_usb - constify usb_device_id 2017-08-07 20:10:19 -07:00
touchkit_ps2.c
touchkit_ps2.h
trackpoint.c Input: trackpoint - add new trackpoint firmware ID 2017-08-18 17:04:11 -07:00
trackpoint.h Input: trackpoint - add new trackpoint firmware ID 2017-08-18 17:04:11 -07:00
vmmouse.c
vmmouse.h
vsxxxaa.c