drm: "kobject_init/kobject_add" -> "kobject_init_and_add".
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sat, 13 Mar 2010 10:36:32 +0000 (10:36 +0000)
committerDave 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