mISDN: Minor cleanups
Signed-off-by: Andreas Eversberg <andreas@eversberg.eu> Signed-off-by: Karsten Keil <kkeil@suse.de>
This commit is contained in:
committed by
Karsten Keil
parent
b36b654a7e
commit
400fd9783e
@ -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;
|
||||
|
Reference in New Issue
Block a user