alistair23-linux/drivers/staging/rts5208
Amitoj Kaur Chawla 80f10bcc7f staging: rts5208: Replace pci_enable_device with pcim_enable_device
Devm_ functions allocate memory that is automatically freed when
a driver detaches.

Replace pci_enable_device with pcim_enable_device. Remove unnecessary
pci_disable_device and pci_release_regions from probe and remove
functions in rts5208 driver since pcim_enable_device contains a call
to pcim_release which contains calls to both pci_disable_device and
pci_release_regions.

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
..
general.c
general.h
Kconfig
Makefile
ms.c staging: rts5208: Change form of NULL comparisons 2016-03-11 22:09:09 -08:00
ms.h
rtsx.c staging: rts5208: Replace pci_enable_device with pcim_enable_device 2016-03-11 22:09:09 -08:00
rtsx.h
rtsx_card.c
rtsx_card.h
rtsx_chip.c
rtsx_chip.h
rtsx_scsi.c staging: rts5208: simplify NULL tests 2016-03-11 22:09:09 -08:00
rtsx_scsi.h
rtsx_sys.h
rtsx_transport.c staging: rts5208: rtsx_transport.c: Drop void pointer cast 2016-03-11 22:09:09 -08:00
rtsx_transport.h
sd.c staging: rts5208: simplify NULL tests 2016-03-11 22:09:09 -08:00
sd.h
spi.c staging: rts5208: simplify NULL tests 2016-03-11 22:09:09 -08:00
spi.h
TODO
trace.c
trace.h
xd.c staging: rts5208: Remove NULL test before vfree 2016-03-11 22:09:09 -08:00
xd.h