drm: "kobject_init/kobject_add" -> "kobject_init_and_add".
commitb642ed06f2fccf62534f5269358776e0cba28f3c
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sat, 13 Mar 2010 10:36:32 +0000 (13 10:36 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 15 Mar 2010 00:32:09 +0000 (15 10:32 +1000)
tree37591d6c71ba8d2394f1830fa0643ed605643dee
parent72e942dd846f98e2d35aad5436d77a878ef05c5e
drm: "kobject_init/kobject_add" -> "kobject_init_and_add".

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>
drivers/gpu/drm/ttm/ttm_bo.c
drivers/gpu/drm/ttm/ttm_memory.c