Hi Loic, On Sun, Nov 27, 2016 at 8:51 PM, Loic Poulain <loic.poulain@xxxxxxxxx> wrote: > --- > src/shared/mainloop.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/shared/mainloop.c b/src/shared/mainloop.c > index 9fff615..eacb6a4 100644 > --- a/src/shared/mainloop.c > +++ b/src/shared/mainloop.c > @@ -311,7 +311,7 @@ static inline int timeout_set(int fd, unsigned int msec) > itimer.it_interval.tv_sec = 0; > itimer.it_interval.tv_nsec = 0; > itimer.it_value.tv_sec = sec; > - itimer.it_value.tv_nsec = (msec - (sec * 1000)) * 1000; > + itimer.it_value.tv_nsec = (msec - (sec * 1000)) * 1000 * 1000; > > return timerfd_settime(fd, 0, &itimer, NULL); > } > -- > 1.9.1 Applied, thanks. -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html