Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299437
b: refs/heads/master
c: 532f17b
h: refs/heads/master
i:
  299435: 6a43afe
v: v3
  • Loading branch information
Tomoki Sekiyama authored and Greg Kroah-Hartman committed Apr 18, 2012
1 parent 45986cb commit 6ce9c5e
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: 523fc5c14f6cad283e5a266eba0e343aed6e73d5
refs/heads/master: 532f17b5d59bf0deb6f1ff9bc1fb27d5b5011c09
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/yurex.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static int yurex_probe(struct usb_interface *interface, const struct usb_device_
usb_rcvintpipe(dev->udev, dev->int_in_endpointAddr),
dev->int_buffer, YUREX_BUF_SIZE, yurex_interrupt,
dev, 1);
dev->cntl_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
dev->urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
if (usb_submit_urb(dev->urb, GFP_KERNEL)) {
retval = -EIO;
err("Could not submitting URB");
Expand Down

0 comments on commit 6ce9c5e

Please sign in to comment.