git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de0ff00
)
Driver core: allow devices in classes to have no parent
author
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 28 Jun 2006 23:19:58 +0000
(16:19 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 26 Sep 2006 04:08:38 +0000
(21:08 -0700)
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>
drivers/base/core.c
patch
|
blob
|
history
diff --cc
drivers/base/core.c
Simple merge