Skip to content

Commit

Permalink
typhoon: Add missing firmware copy.
Browse files Browse the repository at this point in the history
Noticed by David Dillow.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 2, 2009
1 parent c3b3240 commit 093fb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 093fb69

Please sign in to comment.