Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327911
b: refs/heads/master
c: a77f574
h: refs/heads/master
i:
  327909: 771e09d
  327907: 9c498e5
  327903: c280110
v: v3
  • Loading branch information
Hante Meuleman authored and John W. Linville committed Sep 7, 2012
1 parent 5e56f00 commit 99bcfbb
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: adfbda62248258a402253744e4eed6b87fb43169
refs/heads/master: a77f57475465b1958f167c78dc94288ea0ba1b9c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmfmac/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,13 @@ static int brcmf_usb_tx_ctlpkt(struct device *dev, u8 *buf, u32 len)
if (test_and_set_bit(0, &devinfo->ctl_op))
return -EIO;

devinfo->ctl_completed = false;
err = brcmf_usb_send_ctl(devinfo, buf, len);
if (err) {
brcmf_dbg(ERROR, "fail %d bytes: %d\n", err, len);
return err;
}

devinfo->ctl_completed = false;
timeout = brcmf_usb_ioctl_resp_wait(devinfo, &devinfo->ctl_completed,
&pending);
clear_bit(0, &devinfo->ctl_op);
Expand Down

0 comments on commit 99bcfbb

Please sign in to comment.