OSDN Git Service

Input: cyapa - do not set otherwise unused variable
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 15 Apr 2015 00:46:43 +0000 (17:46 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 21 May 2015 22:59:23 +0000 (15:59 -0700)
commitb53d750884b26561a3e37f1a49775540120930e5
tree13e85bac69bd17c6e222b623f6fada5088afdc59
parentc37f6d3879634ca44ef93659690bb1732bbfaab9
Input: cyapa - do not set otherwise unused variable

As the name suggests, always_unused argument in cyapa_gen3_set_power_mode()
is never used, so there is no reason for setting it to 0.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/cyapa_gen3.c