]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/isdn/mISDN/dsp_core.c
mISDN: Minor cleanups
[linux-2.6-omap-h63xx.git] / drivers / isdn / mISDN / dsp_core.c
index c16cb7ac3d2a11d356d45b59cb3c76e200e3b0e4..7e60cb94b5c0826b2ceda0d7480bb35ee603eda9 100644 (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;