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:
72e942d
)
drm: "kobject_init/kobject_add" -> "kobject_init_and_add".
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sat, 13 Mar 2010 10:36:32 +0000
(10:36 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 15 Mar 2010 00:32:09 +0000
(10:32 +1000)
Replace sequential calls to kobject_init() and kobject_add() with the
combo wrapper kobject_init_and_add(), which provides the same
semantics.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found