]> git.karo-electronics.de Git - mv-sheeva.git/commit
bas_gigaset: use tasklet_hi_schedule for timing critical tasklets
authorTilman Schmidt <tilman@imap.cc>
Sun, 5 Apr 2009 06:39:33 +0000 (06:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Apr 2009 00:07:56 +0000 (17:07 -0700)
commit368fd81d2db26e3338c7f42778a695510aff31b3
tree37e264f4248252bff99596105585182dd1ccc43a
parentd9677a45cfee59e2877e645762a4ddb2d1d35978
bas_gigaset: use tasklet_hi_schedule for timing critical tasklets

The tasklets for isochronous data transfer need to run within 8 msec
to avoid over/underruns, so schedule them with high priority to fix
reported issues with occasional over/underruns.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/gigaset/bas-gigaset.c