linux/drivers/media/video/s5p-tv
Thomas Meyer 505b534d96 [media] v4l: s5p-tv: Use kcalloc instead of kzalloc to allocate array
The advantage of kcalloc is, that will prevent integer overflows which could
result from the multiplication of number of elements and size and it is also
a bit nicer to read.

The semantic patch that makes this change is available
in https://lkml.org/lkml/2011/11/25/107

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-12-30 17:22:08 -02:00
..
Kconfig [media] s5p-tv: Add PM_RUNTIME dependency 2011-09-26 08:03:44 -03:00
Makefile [media] v4l: s5p-tv: add TV Mixer driver for Samsung S5P platform 2011-07-27 17:56:01 -03:00
hdmi_drv.c [media] v4l: s5p-tv: Use kcalloc instead of kzalloc to allocate array 2011-12-30 17:22:08 -02:00
hdmiphy_drv.c
mixer.h [media] media: vb2: change queue initialization order 2011-09-06 15:07:20 -03:00
mixer_drv.c [media] v4l: s5p-tv: add TV Mixer driver for Samsung S5P platform 2011-07-27 17:56:01 -03:00
mixer_grp_layer.c [media] media: vb2: dma contig allocator: use dma_addr instread of paddr 2011-09-06 15:05:10 -03:00
mixer_reg.c [media] s5p-tv: fix mbus configuration 2011-09-26 08:04:31 -03:00
mixer_video.c [media] media: video: s5p-tv: fix build break 2011-11-24 21:18:31 -02:00
mixer_vp_layer.c [media] media: vb2: dma contig allocator: use dma_addr instread of paddr 2011-09-06 15:05:10 -03:00
regs-hdmi.h [media] s5p-tv: hdmi: use DVI mode 2011-09-26 08:04:16 -03:00
regs-mixer.h [media] s5p-tv: fix mbus configuration 2011-09-26 08:04:31 -03:00
regs-sdo.h
regs-vp.h [media] v4l: s5p-tv: add TV Mixer driver for Samsung S5P platform 2011-07-27 17:56:01 -03:00
sdo_drv.c [media] s5p-tv: fix mbus configuration 2011-09-26 08:04:31 -03:00