From: Daniel Vetter Date: Tue, 19 Jun 2012 14:52:30 +0000 (+0200) Subject: drm/i915: initialize the context idr unconditionally X-Git-Tag: v3.6-rc1~83^2~42^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df12c6d5ec9b88fc45c672b77dac015327dd8497;p=pandora-kernel.git drm/i915: initialize the context idr unconditionally It doesn't hurt and it at least prevents us from OOPSing left and right at quite a few places. This also allows us to simplify the code a bit by folding the only line of context_open into the callsite. We obviuosly also need to run the cleanup code unconditionally, too. Reviewed-by: Ben Widawsky Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed