mISDN: Minor cleanups

Signed-off-by: Andreas Eversberg <andreas@eversberg.eu>
Signed-off-by: Karsten Keil <kkeil@suse.de>
This commit is contained in:
Andreas Eversberg
2008-10-11 08:13:29 +02:00
committed by Karsten Keil
parent b36b654a7e
commit 400fd9783e
3 changed files with 6 additions and 6 deletions

View File

@ -1141,7 +1141,7 @@ static int dsp_init(void)
} else {
poll = 8;
while (poll <= MAX_POLL) {
tics = poll * HZ / 8000;
tics = (poll * HZ) / 8000;
if (tics * 8000 == poll * HZ) {
dsp_tics = tics;
dsp_poll = poll;