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:
43cb76d
)
driver core: Remove device_is_registered() in device_move().
author
Cornelia Huck
<cornelia.huck@de.ibm.com>
Mon, 8 Jan 2007 19:16:41 +0000
(20:16 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 7 Feb 2007 18:37:11 +0000
(10:37 -0800)
device_is_registered() will always be false for a device with no bus. Remove
this check and trust the caller to know what they're doing.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found