From: Chris Wilson Date: Mon, 6 Sep 2010 13:44:14 +0000 (+0100) Subject: Revert "drm/i915: Unreference object not handle on creation" X-Git-Tag: v2.6.36-rc4~94^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dfd9754cd55e424f247d9a2e855ad384e3e90ef;p=pandora-kernel.git Revert "drm/i915: Unreference object not handle on creation" This reverts commit 86f100b136626e91f4f66f3776303475e2e58998. The kref API requires the handlecount to be initialised to one on object creation (so that kref_get() doesn't complain upon first use) so the dalliance in the drivers is required in order to sink the initial floating reference. Signed-off-by: Chris Wilson Cc: stable@kernel.org --- Reading git-diff-tree failed