linux-stable/drivers/staging/vme/devices
Amitoj Kaur Chawla 0c56665923 staging: vme: devices: Replace kzalloc with devm_kzalloc
Devm_ functions allocate memory that is released when a driver
detaches. Replace kzalloc with devm_kzalloc and remove corresponding
kfrees from probe and remove functions of a platform
device.

Also, unnecessary labels have been removed.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-11 22:09:09 -08:00
..
Kconfig staging: vme: devices: Added a paragraph to describe Kconfig symbol 2014-10-20 10:29:18 +08:00
Makefile
vme_pio2.h
vme_pio2_cntr.c drivers: staging: vme: Fixed indention 2015-11-24 15:30:50 -08:00
vme_pio2_core.c staging: vme: devices: Replace kzalloc with devm_kzalloc 2016-03-11 22:09:09 -08:00
vme_pio2_gpio.c drivers: staging: vme: Fixed checking NULL and 0 code style 2015-11-24 15:30:50 -08:00
vme_user.c drivers: staging: vme: Fixed checking NULL and 0 code style 2015-11-24 15:30:50 -08:00
vme_user.h drivers: staging: vme: Deleted extra empty lines 2015-11-24 15:30:50 -08:00