linux/drivers/media/usb/au0828
Julia Lawall 30a8f2a08d [media] au0828: Use setup_timer
Convert a call to init_timer and accompanying intializations of
the timer's data and function fields to a call to setup_timer.

A simplified version of the semantic match that fixes this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
expression t,f,d;
@@

-t.function = f;
-t.data = d;
-init_timer(&t);
+setup_timer(&t,f,d);
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-01-27 10:03:59 -02:00
..
au0828-cards.c [media] sound: simplify au0828 quirk table 2014-10-30 09:23:57 -02:00
au0828-cards.h
au0828-core.c [media] media/au0828: Fix IR stop, poll to not access device during disconnect 2014-11-25 13:32:49 -02:00
au0828-dvb.c [media] xc5000: add IF output level control 2014-11-03 12:24:52 -02:00
au0828-i2c.c [media] au0828: use pr_foo macros 2014-08-21 15:25:08 -05:00
au0828-input.c [media] media/au0828: Fix IR stop, poll to not access device during disconnect 2014-11-25 13:32:49 -02:00
au0828-reg.h
au0828-vbi.c [media] au0828: use pr_foo macros 2014-08-21 15:25:08 -05:00
au0828-video.c [media] au0828: Use setup_timer 2015-01-27 10:03:59 -02:00
au0828.h [media] au0828: explicitly identify boards with analog TV 2014-09-22 17:51:19 -03:00
Kconfig [media] au0828: add support for IR on HVR-950Q 2014-07-30 15:51:43 -03:00
Makefile [media] au0828: add support for IR on HVR-950Q 2014-07-30 15:51:43 -03:00