Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290364
b: refs/heads/master
c: 291689f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Feb 6, 2012
1 parent 62a2dd0 commit 21b26b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 910570b5f4dbf75b73389010704ca6442a767a41
refs/heads/master: 291689fcfbf0046d17c83c36fc983400f499dec3
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/hif_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ static int ath9k_hif_usb_download_fw(struct hif_device_usb *hif_dev)
return -ENOMEM;

while (len) {
transfer = min_t(int, len, 4096);
transfer = min_t(size_t, len, 4096);
memcpy(buf, data, transfer);

err = usb_control_msg(hif_dev->udev,
Expand Down

0 comments on commit 21b26b7

Please sign in to comment.