linux/drivers/vme
Emilio G. Cota def1820d25 vme: add missing put_device() after device_register() fails
put_device() must be called after device_register() fails,
since device_register() always initializes the refcount
on the device structure.

Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-02-14 09:24:14 -08:00
..
boards vme: vme_vmivme7805.c: use module_pci_driver to simplify the code 2012-10-25 12:02:10 -07:00
bridges vme: vme_tsi148.c: use module_pci_driver to simplify the code 2012-10-25 12:02:11 -07:00
Kconfig
Makefile
vme.c vme: add missing put_device() after device_register() fails 2013-02-14 09:24:14 -08:00
vme_bridge.h