commit | 3eb215de26e6e94bf5fed9cb77230c383b30e53b | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Oct 07 12:22:21 2007 -0400 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Oct 07 16:42:22 2007 -0700 |
tree | 3500a575ea6458bf9f256427abebfa69458db151 | |
parent | 85923b124624eb49ebef4731bb6b5670e792ff57 [diff] |
Driver core: fix SYSF_DEPRECATED breakage for nested classdevs We should only reparent to a class former class devices that form the base of class hierarchy. Nested devices should still grow from their real parents. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Tested-by: Andrey Borzenkov <arvidjaar@mail.ru> Tested-by: Anssi Hannula <anssi.hannula@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>