Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132767
b: refs/heads/master
c: 3a755ec
h: refs/heads/master
i:
  132765: 79b9d66
  132763: d5cfc3a
  132759: ab382bc
  132751: cf47a2b
  132735: b30c5ff
v: v3
  • Loading branch information
Hannes Eder authored and Takashi Iwai committed Feb 26, 2009
1 parent 0532593 commit ea74cd8
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: 619389882ba37121d0f2f7b08e4944e47b379118
refs/heads/master: 3a755ec2e8af0024a06a5adbcc81c012eae61782
4 changes: 2 additions & 2 deletions trunk/sound/usb/usx2y/usbusx2y.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ static void i_usX2Y_In04Int(struct urb *urb)

if (usX2Y->US04) {
if (0 == usX2Y->US04->submitted)
do
do {
err = usb_submit_urb(usX2Y->US04->urb[usX2Y->US04->submitted++], GFP_ATOMIC);
while (!err && usX2Y->US04->submitted < usX2Y->US04->len);
} while (!err && usX2Y->US04->submitted < usX2Y->US04->len);
} else
if (us428ctls && us428ctls->p4outLast >= 0 && us428ctls->p4outLast < N_us428_p4out_BUFS) {
if (us428ctls->p4outLast != us428ctls->p4outSent) {
Expand Down

0 comments on commit ea74cd8

Please sign in to comment.