]> git.baikalelectronics.ru Git - kernel.git/commit
HID: use IS_ENABLED() instead of checking for built-in or module
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 21 Jul 2016 15:25:54 +0000 (11:25 -0400)
committerJiri Kosina <jkosina@suse.cz>
Tue, 2 Aug 2016 14:41:54 +0000 (16:41 +0200)
commitc31f3bf6b55fd73aa684d3a0eb80f65bc41b9ae9
treed46e0ea8700525649d6efc07ea9fbcca5a7f5c3a
parent2438ebb7242a2353b2cc9d462e8d6a6cd0ea9488
HID: use IS_ENABLED() instead of checking for built-in or module

The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either
built-in or as a module, use that macro instead of open coding the same.

Using the macro makes the code more readable by helping abstract away some
of the Kconfig built-in and module enable details.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c