Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156541
b: refs/heads/master
c: 749d00d
h: refs/heads/master
i:
  156539: 1ded622
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Aug 7, 2009
1 parent 846c4e9 commit 01713da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5fb4d2525b6dcffbb8bc26a7dfc7ed17ad323a06
refs/heads/master: 749d00dbf154fc2f9ac59df669205039de0d5b45
2 changes: 2 additions & 0 deletions trunk/drivers/staging/rspiusb/rspiusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,8 @@ static int MapUserBuffer(struct ioctl_struct *io, struct device_extension *pdx)
pdx->PixelUrb[frameInfo][i]->transfer_flags =
URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT;
}
if (i == 0)
return -EINVAL;
/* only interrupt when last URB completes */
pdx->PixelUrb[frameInfo][--i]->transfer_flags &= ~URB_NO_INTERRUPT;
pdx->pendedPixelUrbs[frameInfo] =
Expand Down

0 comments on commit 01713da

Please sign in to comment.