Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Shuah Khan <shuah.kh@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information