mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
This is done since this call is now exposed through kernel-doc, and since this also paves the way for different future types of fallback mechanims. Signed-off-by: Andres Rodriguez <andresx7@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Acked-by: Luis R. Rodriguez <mcgrof@kernel.org> [mcgrof: small coding style changes] Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c35f9cbb1d
commit
cf1cde7cd6
@@ -581,7 +581,7 @@ _request_firmware(const struct firmware **firmware_p, const char *name,
|
||||
dev_warn(device,
|
||||
"Direct firmware load for %s failed with error %d\n",
|
||||
name, ret);
|
||||
ret = fw_sysfs_fallback(fw, name, device, opt_flags, ret);
|
||||
ret = firmware_fallback_sysfs(fw, name, device, opt_flags, ret);
|
||||
} else
|
||||
ret = assign_fw(fw, device, opt_flags);
|
||||
|
||||
|
Reference in New Issue
Block a user