Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206006
b: refs/heads/master
c: 3924865
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 27, 2010
1 parent ecd559d commit 82de209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b7a937e90c3631cf3662a518cf2e4bf07f72967c
refs/heads/master: 3924865f7def7c1b46c0e47f058eb8173c72a16d
4 changes: 2 additions & 2 deletions trunk/drivers/staging/usbip/stub_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ static void masking_bogus_flags(struct urb *urb)
}

/* enforce simple/standard policy */
allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_SETUP_DMA_MAP |
URB_NO_INTERRUPT | URB_DIR_MASK | URB_FREE_BUFFER);
allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT |
URB_DIR_MASK | URB_FREE_BUFFER);
switch (xfertype) {
case USB_ENDPOINT_XFER_BULK:
if (is_out)
Expand Down

0 comments on commit 82de209

Please sign in to comment.