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
..
2013-03-02 16:33:54 -08:00
2013-02-21 15:27:22 -08:00
2013-03-01 13:39:00 -08:00
2013-02-22 09:22:19 +02:00
2013-02-21 12:11:44 -08:00
2013-03-02 16:46:07 -08:00
2013-02-21 15:27:22 -08:00
2013-02-25 09:24:55 -05:00
2013-02-21 12:05:51 -08:00
2013-02-21 14:16:27 -03:00
2013-02-26 02:46:08 -05:00
2013-02-22 23:31:31 -05:00
2013-02-27 19:10:21 -08:00
2013-02-06 15:59:47 -05:00
2013-01-29 13:59:57 -05:00
2013-01-29 19:32:58 -08:00
2013-03-02 16:46:07 -08:00
2013-02-25 21:18:18 -08:00
2013-02-21 12:05:51 -08:00
2013-02-21 13:41:04 -08:00
2013-02-26 09:34:29 -08:00
2013-02-21 12:05:51 -08:00
2013-02-19 08:43:34 +01:00
2013-02-03 15:09:26 -05:00
2013-02-10 19:41:08 -05:00
2013-02-14 09:21:15 -05:00
2013-02-21 14:58:40 -08:00
2013-02-08 18:28:04 +01:00