Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e222f834 authored by Hans J. Koch's avatar Hans J. Koch Committed by Linus Torvalds
Browse files

[PATCH] v4l: 664: improved coding style for timer settings



- Improved coding style for timer settings

Signed-off-by: default avatarHans J. Koch <koch@hjk-az.de>
Signed-off-by: default avatarNickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bb881f14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ static void saa6588_work(void *data)
	struct saa6588 *s = (struct saa6588 *)data;

	saa6588_i2c_poll(s);
	mod_timer(&s->timer, jiffies + HZ / 50);	/* 20 msec */
	mod_timer(&s->timer, jiffies + msecs_to_jiffies(20));
}

static int saa6588_configure(struct saa6588 *s)