Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9271
b: refs/heads/master
c: a3b5f0d
h: refs/heads/master
i:
  9269: 33ddec1
  9267: 821ded4
  9263: a7f5465
v: v3
  • Loading branch information
Karsten Keil authored and Linus Torvalds committed Sep 23, 2005
1 parent fce260a commit cfc9dce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 188a1eafa03aaa5e5fe6f53e637e704cd2c31c7c
refs/heads/master: a3b5f0d43863402b03b3af9a7eaec0037a823374
2 changes: 0 additions & 2 deletions trunk/drivers/isdn/hisax/st5481_b.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ static void st5481B_mode(struct st5481_bcs *bcs, int mode)
bcs->mode = mode;

// Cancel all USB transfers on this B channel
b_out->urb[0]->transfer_flags |= URB_ASYNC_UNLINK;
usb_unlink_urb(b_out->urb[0]);
b_out->urb[1]->transfer_flags |= URB_ASYNC_UNLINK;
usb_unlink_urb(b_out->urb[1]);
b_out->busy = 0;

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/isdn/hisax/st5481_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,7 @@ void st5481_in_mode(struct st5481_in *in, int mode)

in->mode = mode;

in->urb[0]->transfer_flags |= URB_ASYNC_UNLINK;
usb_unlink_urb(in->urb[0]);
in->urb[1]->transfer_flags |= URB_ASYNC_UNLINK;
usb_unlink_urb(in->urb[1]);

if (in->mode != L1_MODE_NULL) {
Expand Down

0 comments on commit cfc9dce

Please sign in to comment.