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

typhoon: Add missing firmware copy.



Noticed by David Dillow.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c3b32404
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1377,6 +1377,7 @@ typhoon_request_firmware(struct typhoon *tp)
		err = -ENOMEM;
		goto out_err;
	}
	memcpy(typhoon_fw_image, typhoon_fw->data, typhoon_fw->size);

	return 0;