Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95793
b: refs/heads/master
c: e272252
h: refs/heads/master
i:
  95791: 911a7d7
v: v3
  • Loading branch information
Yoshihiro Shimoda authored and Greg Kroah-Hartman committed May 2, 2008
1 parent 377feb9 commit e754f55
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7a6ad1dd86a45da8f235300349d4abd9ae7d1a21
refs/heads/master: e2722528ce688eecf574c237f7656d3934d4f23c
4 changes: 3 additions & 1 deletion trunk/drivers/usb/core/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ int usb_sg_init(struct usb_sg_request *io, struct usb_device *dev,
if (!io->urbs)
goto nomem;

urb_flags = URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT;
urb_flags = URB_NO_INTERRUPT;
if (dma)
urb_flags |= URB_NO_TRANSFER_DMA_MAP;
if (usb_pipein(pipe))
urb_flags |= URB_SHORT_NOT_OK;

Expand Down

0 comments on commit e754f55

Please sign in to comment.