From: Greg Kroah-Hartman Date: Wed, 28 Jun 2006 23:19:58 +0000 (-0700) Subject: Driver core: allow devices in classes to have no parent X-Git-Tag: v2.6.19-rc1~1078^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64bb5d2c116478dba7501d2acf078ed74ba30c1f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed