Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142375
b: refs/heads/master
c: 368fd81
h: refs/heads/master
i:
  142373: daf8dd1
  142371: e564b1c
  142367: e34a592
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Apr 7, 2009
1 parent b73321c commit 3f0d7db
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: d9677a45cfee59e2877e645762a4ddb2d1d35978
refs/heads/master: 368fd81d2db26e3338c7f42778a695510aff31b3
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/gigaset/bas-gigaset.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ static void read_iso_callback(struct urb *urb)
/* pass URB to tasklet */
ubc->isoindone = urb;
ubc->isoinstatus = status;
tasklet_schedule(&ubc->rcvd_tasklet);
tasklet_hi_schedule(&ubc->rcvd_tasklet);
} else {
/* tasklet still busy, drop data and resubmit URB */
ubc->loststatus = status;
Expand Down Expand Up @@ -888,7 +888,7 @@ static void write_iso_callback(struct urb *urb)
ubc->isooutovfl = ubc->isooutdone;
ubc->isooutdone = ucx;
spin_unlock_irqrestore(&ubc->isooutlock, flags);
tasklet_schedule(&ubc->sent_tasklet);
tasklet_hi_schedule(&ubc->sent_tasklet);
}

/* starturbs
Expand Down

0 comments on commit 3f0d7db

Please sign in to comment.