Skip to content
Commit 0542ad88 authored by Shuah Khan's avatar Shuah Khan Committed by Greg Kroah-Hartman
Browse files

firmware loader: Fix _request_firmware_load() return val for fw load abort



_request_firmware_load() returns -ENOMEM when fw load is aborted after
timeout. Call is_fw_load_aborted() to check if fw load is aborted and
if true return -EAGAIN.

Signed-off-by: default avatarShuah Khan <shuah.kh@samsung.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d2168146
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment