linux-stable/drivers/media
Julia Lawall 0208c15e5c [media] drivers/media/dvb/siano/smscoreapi.c: use list_for_each_entry
Use list_for_each_entry and perform some other induced simplifications.

The semantic match that finds the opportunity for this reorganization is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
struct list_head *pos;
struct list_head *head;
statement S;
@@

*for (pos = (head)->next; pos != (head); pos = pos->next)
S
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-07-30 21:48:05 -03:00
..
common [media] tuner-xc2028: unlock on error in xc2028_get_afc() 2012-07-30 20:37:19 -03:00
dvb [media] drivers/media/dvb/siano/smscoreapi.c: use list_for_each_entry 2012-07-30 21:48:05 -03:00
radio [media] radio-si470x: Add support for the new band APIs 2012-07-30 20:23:14 -03:00
rc [media] mceusb: Add Twisted Melon USB IDs 2012-07-30 21:36:03 -03:00
video [media] Use a named union in struct v4l2_ioctl_info 2012-07-30 21:43:25 -03:00
Kconfig [media] Kconfig: Split the core support options from the driver ones 2012-07-06 09:12:59 -03:00
Makefile
media-device.c
media-devnode.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
media-entity.c [media] media: Add link_validate() op to check links to the sink pad 2012-05-14 08:44:11 -03:00