alistair23-linux/drivers/media/pci
Vaishali Thakkar fa9163b570 [media] ttpci: Replace memset with eth_zero_addr
Use eth_zero_addr to assign the zero address to the given address
array instead of memset when second argument is address of zero.
Note that the 6 in the third argument of memset appears to represent
an ethernet address size (ETH_ALEN).

The Coccinelle semantic patch that makes this change is as follows:

// <smpl>
@eth_zero_addr@
expression e;
@@

-memset(e,0x00,6);
+eth_zero_addr(e);
// </smpl>

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-08-11 12:50:56 -03:00
..
b2c2
bt8xx [media] btcx-risc: use swap() in btcx_sort_clips() 2015-07-06 08:25:49 -03:00
cobalt [media] cobalt: allow fewer than 8 PCIe lanes 2015-07-22 11:04:57 -03:00
cx18
cx88 [media] cx88: don't declare restart_video_queue if not used 2015-06-10 17:58:00 -03:00
cx23885 [media] TS2020: Calculate tuner gain correctly 2015-06-10 11:10:27 -03:00
cx25821 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2015-06-23 14:08:54 -07:00
ddbridge [media] ddbridge: Do not free_irq() if request_irq() failed 2015-06-09 19:40:33 -03:00
dm1105 [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
dt3155 Staging driver patches for 4.2-rc1 2015-06-26 15:46:08 -07:00
ivtv [media] x86/mm/pat, drivers/media/ivtv: move pat warn and replace WARN() with pr_warn() 2015-08-11 11:10:25 -03:00
mantis [media] mantis: remove an uneeded goto 2015-08-11 10:35:11 -03:00
meye
ngene [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
pluto2
pt1 [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
pt3 [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
saa7134 [media] saa7134: fix page size on some archs 2015-06-24 08:38:28 -03:00
saa7146
saa7164 [media] saa7164: Improvements for I2C handling" 2015-06-10 11:46:03 -03:00
smipcie [media] SMI PCIe IR driver for DVBSky cards 2015-07-06 08:26:16 -03:00
solo6x10 [media] SOLO6x10: Remove dead code 2015-07-06 08:25:47 -03:00
sta2x11 [media] sta2x11: use monotonic timestamp 2015-05-18 16:27:29 -03:00
ttpci [media] ttpci: Replace memset with eth_zero_addr 2015-08-11 12:50:56 -03:00
tw68
zoran [media] zoran: convert to the control framework and to v4l2_fh 2015-08-11 07:01:05 -03:00
Kconfig [media] pci/Kconfig: don't use MEDIA_ANALOG_TV_SUPPORT for grabber cards 2015-08-11 11:09:54 -03:00
Makefile [media] cobalt: add new driver 2015-05-20 13:44:01 -03:00