linux/drivers/media/dvb/bt8xx
Julia Lawall 5ce005002c V4L/DVB: drivers/media: drop redundant memset
The region set by the call to memset is immediately overwritten by the
subsequent call to memcpy.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression e1,e2,e3,e4;
@@

- memset(e1,e2,e3);
  memcpy(e1,e4,e3);
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Cc: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-05-18 00:46:51 -03:00
..
Kconfig
Makefile
bt878.c V4L/DVB: dvb/bt8xx: Clean-up init and exit functions 2010-02-26 15:10:49 -03:00
bt878.h
dst.c V4L/DVB: drivers/media: drop redundant memset 2010-05-18 00:46:51 -03:00
dst_ca.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
dst_ca.h
dst_common.h
dst_priv.h
dvb-bt8xx.c
dvb-bt8xx.h