linux/drivers/media
Thomas Meyer e79c70e6e5 [media] pvrusb2: 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>
Acked-By: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-12-12 14:51:11 -02:00
..
common [media] xc5000: Add support for 7MHz bandwidth for DVB-C/DVB-T 2011-12-09 08:01:01 -02:00
dvb [media] it913x: multiple devices on system. Copy ite_config to priv area 2011-12-11 09:24:38 -02:00
radio [media] radio: NUL terminate a user string 2011-11-25 15:46:59 -02:00
rc [media] rc: Fix input deadlock and transmit error in redrat3 driver 2011-11-24 14:45:41 -02:00
video [media] pvrusb2: Use kcalloc instead of kzalloc to allocate array 2011-12-12 14:51:11 -02:00
Kconfig [media] DVB: dvb-net, make the kconfig text helpful 2011-07-27 17:53:09 -03:00
Makefile
media-device.c drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required 2011-10-31 19:31:51 -04:00
media-devnode.c [media] media: Fix media device minor registration 2011-06-01 13:24:23 -03:00
media-entity.c [media] media: Properly handle link flags in link setup, link notify callback 2011-04-17 07:43:32 -03:00