alistair23-linux/drivers/uio
Jingoo Han e56516867f uio: uio_aec: remove unnecessary pci_set_drvdata()
The driver core clears the driver data to NULL after device_release
or on probe failure. Thus, it is not needed to manually clear the
device driver data to NULL.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-09-26 08:47:25 -07:00
..
Kconfig drivers: uio: Kconfig: add MMU dependancy for UIO 2013-08-30 14:19:46 -07:00
Makefile drivers: uio: Add driver for Humusoft MF624 DAQ PCI card 2013-08-30 12:12:49 -07:00
uio.c uio: Simplify uio error path by using devres functions 2013-09-26 08:46:45 -07:00
uio_aec.c uio: uio_aec: remove unnecessary pci_set_drvdata() 2013-09-26 08:47:25 -07:00
uio_cif.c
uio_dmem_genirq.c drivers: uio_dmem_genirq: use dev_get_platdata() 2013-08-30 12:10:53 -07:00
uio_mf624.c drivers: uio: mf624_disable_interrupt() can be static 2013-09-26 08:45:42 -07:00
uio_netx.c
uio_pci_generic.c uio/uio_pci_generic: Use module_pci_driver to register driver 2013-05-21 13:59:25 -07:00
uio_pdrv_genirq.c uio: Simplify uio error path by using devres functions 2013-09-26 08:46:45 -07:00
uio_pruss.c drivers: uio_pruss: use dev_get_platdata() 2013-08-30 12:10:53 -07:00
uio_sercos3.c