commit | 64bb5d2c116478dba7501d2acf078ed74ba30c1f | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 28 16:19:58 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Sep 25 21:08:38 2006 -0700 |
tree | bd0f695cad51a0b9608d686ab2b0232a31d4b2ad | |
parent | de0ff00d723fd821d372496e2c084805644aa5e1 [diff] |
Driver core: allow devices in classes to have no parent This fixes an oops when a device is attached to a class, yet has no "parent" device. An example of this would be the "lo" device in the network core. We should create a "virtual" subdirectory under /sys/devices/ for these, but no one seems to agree on a proper name for it yet... Oh, and update my copyright on the driver core. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>