Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322779
b: refs/heads/master
c: 474ab7c
h: refs/heads/master
i:
  322777: be7b80f
  322775: a8281c5
v: v3
  • Loading branch information
Hante Meuleman authored and John W. Linville committed Sep 5, 2012
1 parent 5e385f4 commit aa3d2f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 01e3331b30b48fe96d016435707af050700c8421
refs/heads/master: 474ab7cea4001f07ec8599a680fd19d8761fa7d8
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmfmac/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ static void brcmf_usb_rx_refill(struct brcmf_usbdev_info *devinfo,
usb_fill_bulk_urb(req->urb, devinfo->usbdev, devinfo->rx_pipe,
skb->data, skb_tailroom(skb), brcmf_usb_rx_complete,
req);
req->urb->transfer_flags |= URB_ZERO_PACKET;
req->devinfo = devinfo;

ret = usb_submit_urb(req->urb, GFP_ATOMIC);
Expand Down

0 comments on commit aa3d2f7

Please sign in to comment.