platform/x86: fujitsu-laptop: make disable_brightness_adjust a boolean
authorMichał Kępień <kernel@kempniu.pl>
Wed, 5 Apr 2017 06:49:06 +0000 (08:49 +0200)
committerDarren Hart (VMware) <dvhart@infradead.org>
Thu, 13 Apr 2017 17:16:06 +0000 (10:16 -0700)
commitb4bb0cfdb00e97f8a4804dc93777a65869084078
treeffbf55c9ef4e2cfd95ba9b3c36df322912b72b2e
parente06e4831d51decc23419b6c3d045f9c8c876da7d
platform/x86: fujitsu-laptop: make disable_brightness_adjust a boolean

Due to the way the disable_brightness_adjust module parameter is
currently handled in acpi_fujitsu_bl_add(), it can only be set to either
0 or 1, which effectively makes it a boolean.  Emphasize that by
changing module parameter type to bool.  Do not announce parameter value
in a debug message as it can be dynamically changed via sysfs and its
current value can also be read from there.  Clean up module parameter
description.

Signed-off-by: Michał Kępień <kernel@kempniu.pl>
Reviewed-by: Jonathan Woithe <jwoithe@just42.net>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/fujitsu-laptop.c