linux-kernel-test/drivers/media
Julia Lawall d91e013935 [media] drivers/media/radio/radio-wl1273.c: use devm_ functions
The various devm_ functions allocate memory that is released when a driver
detaches.  This patch uses these functions for data that is allocated in
the probe function of a platform device and is only freed in the remove
function.

In two cases, the original memory allocation function was kmalloc, which
has been changed to a zeroing allocation to benefit from the devm function.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-08-13 16:29:31 -03:00
..
common [media] qt1010: signedness bug in qt1010_init_meas1() 2012-08-12 13:21:06 -03:00
dvb [media] add DTMB support for DVB API 2012-08-13 16:01:17 -03:00
radio [media] drivers/media/radio/radio-wl1273.c: use devm_ functions 2012-08-13 16:29:31 -03:00
rc [media] rc: transmit on device which does not support it should fail 2012-08-13 16:19:14 -03:00
video [media] saa7134: simplify timer activation 2012-08-13 16:19:13 -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] media: fix MEDIA_IOC_DEVICE_INFO return code 2012-08-12 07:57:57 -03:00
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