From: Takashi Iwai Date: Mon, 2 Dec 2013 14:38:19 +0000 (+0100) Subject: firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=n X-Git-Tag: v3.14-rc1~151^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68aeeaaaf86b61c78dca09879ce262778a9080e4;p=pandora-kernel.git firmware: Suppress fallback warnings when CONFIG_FW_LOADER_USER_HELPER=n The commit [3e358ac2bb5b: firmware: Be a bit more verbose about direct firmware loading failure] introduced a new warning message about falling back to user helper, but this isn't true when CONFIG_FW_LOADER_USER_HELPER isn't set. In this patch, clear the FW_OPT_FALLBACK flag in the case without userhelper, so that the corresponding code will be disabled. Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed