platform/x86: intel-hid: remove redundant set_bit() call
authorMichał Kępień <kernel@kempniu.pl>
Fri, 24 Feb 2017 10:33:09 +0000 (11:33 +0100)
committerDarren Hart <dvhart@infradead.org>
Wed, 15 Mar 2017 05:57:12 +0000 (22:57 -0700)
commitfaf667efdbe5f6c8d6962aab8680680838678097
tree6580b9ba4fa480303a9c1e4a46e78584343fc5c2
parent175cc9b72fb5ca65dfb79e7c2500304476486717
platform/x86: intel-hid: remove redundant set_bit() call

Remove redundant set_bit() call for KEY_RFKILL as it is already made by
sparse_keymap_setup() due to KEY_RFKILL being assigned to event code 8
in intel_hid_keymap.

Signed-off-by: Michał Kępień <kernel@kempniu.pl>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-and-tested-by: Alex Hung <alex.hung@canonical.com>
drivers/platform/x86/intel-hid.c