linux/drivers/ipack
Samuel Iglesias Gonsalvez e926301b39 ipack: split ipack_device_register() in several functions
One function is ipack_device_init(). If it fails, the caller should execute
ipack_put_device().

The second function is ipack_device_add that only adds the device. If
it fails, the caller should execute ipack_put_device().

Then the device is removed with refcount = 0, as device_register() kernel
documentation says.

ipack_device_del() is added to remove the device.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-15 12:23:09 -07:00
..
carriers ipack: split ipack_device_register() in several functions 2013-03-15 12:23:09 -07:00
devices Char/Misc driver patches for 3.9-rc1 2013-02-21 13:57:13 -08:00
Kconfig
Makefile
ipack.c ipack: split ipack_device_register() in several functions 2013-03-15 12:23:09 -07:00