commit | 368fd81d2db26e3338c7f42778a695510aff31b3 | [log] [tgz] |
---|---|---|
author | Tilman Schmidt <tilman@imap.cc> | Sun Apr 05 06:39:33 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 06 17:07:56 2009 -0700 |
tree | 37e264f4248252bff99596105585182dd1ccc43a | |
parent | d9677a45cfee59e2877e645762a4ddb2d1d35978 [diff] |
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>