typhoon: Add missing firmware copy.

Noticed by David Dillow.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2009-03-02 01:53:03 -08:00
parent c3b3240450
commit 093fb6968d

View file

@ -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;