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:
a2807db
)
kobject: new_device->kref wasn't putted after error in kobject_move()
author
Dmitriy Monakhov
<dmonakhov@sw.ru>
Sat, 3 Mar 2007 13:11:21 +0000
(16:11 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 9 Mar 2007 23:32:58 +0000
(15:32 -0800)
If error happen we jump to "out" label, in this case new_device not yet
became the parent but it wasn't putted.
Signed-off-by: Monakhov Dmitriy <dmonakhov@openvz.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found