]> git.baikalelectronics.ru Git - kernel.git/commit
leds:lp55xx: Correct Kconfig dependency for f/w user helper
authorTakashi Iwai <tiwai@suse.de>
Mon, 7 Sep 2015 12:25:01 +0000 (14:25 +0200)
committerJacek Anaszewski <j.anaszewski@samsung.com>
Thu, 17 Sep 2015 08:02:20 +0000 (10:02 +0200)
commit5e0002f9534afff55f91d20fc14ff2fc08051ee3
tree82e53df4dd0d0d58cb9c3db812eec288744f55ed
parent7be00d9767d755716420d90c6b5057b8a66d396f
leds:lp55xx: Correct Kconfig dependency for f/w user helper

The commit [0e210f2b3a67: leds:lp55xx: fix firmware loading error]
tries to address the firmware file handling with user helper, but it
sets a wrong Kconfig CONFIG_FW_LOADER_USER_HELPER_FALLBACK.  Since the
wrong option was enabled, the system got a regression -- it suffers
from the unexpected long delays for non-present firmware files.

This patch corrects the Kconfig dependency to the right one,
CONFIG_FW_LOADER_USER_HELPER.  This doesn't change the fallback
behavior but only enables UMH when needed.

Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=944661
Fixes: 0e210f2b3a67 ('leds:lp55xx: fix firmware loading error')
Cc: <stable@vger.kernel.org> # v4.2+
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
drivers/leds/Kconfig