]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/input/joystick/walkera0701.c
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / input / joystick / walkera0701.c
index 70a893a17467608a103a81546eb7cce4cdf44010..36a5b93156ed88b048159f4bc02ddc9d4242b9ef 100644 (file)
@@ -165,7 +165,7 @@ static void walkera0701_irq_handler(void *handler_data)
                                RESERVE + BIN1_PULSE - BIN0_PULSE)      /* frame sync .. */
                w->counter = 0;
 
-       hrtimer_start(&w->timer, ktime_set(0, BIN_SAMPLE), HRTIMER_MODE_REL);
+       hrtimer_start(&w->timer, BIN_SAMPLE, HRTIMER_MODE_REL);
 }
 
 static enum hrtimer_restart timer_handler(struct hrtimer