Commit 093fb696 authored by David S. Miller's avatar David S. Miller

typhoon: Add missing firmware copy.

Noticed by David Dillow.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c3b32404
...@@ -1377,6 +1377,7 @@ typhoon_request_firmware(struct typhoon *tp) ...@@ -1377,6 +1377,7 @@ typhoon_request_firmware(struct typhoon *tp)
err = -ENOMEM; err = -ENOMEM;
goto out_err; goto out_err;
} }
memcpy(typhoon_fw_image, typhoon_fw->data, typhoon_fw->size);
return 0; return 0;
......
Markdown is supported
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