commit | e7374e48009a15a680d53bd1f9828b9b79a8aac9 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Jun 27 08:30:31 2006 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jun 27 14:05:06 2006 -0700 |
tree | dd3344add0056eb8f33fde2c3ffeb4fecd0f2baa | |
parent | d38b69689c349f35502b92e20dafb30c62d49d63 [diff] |
Input: fix resetting name, phys and uniq when unregistering device It should be done before calling class_device_unregister() because it will destroy the device and free memory if there are no other references to the device. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Linus Torvalds <torvalds@osdl.org>