From: Ben Widawsky Date: Mon, 11 Feb 2013 21:31:27 +0000 (-0800) Subject: drm/i915/ctx: Remove bad invariant X-Git-Tag: v3.9-rc1~83^2~11^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73f760725636b9d0c3786273e185b053516d1eb;p=pandora-kernel.git drm/i915/ctx: Remove bad invariant It's not that the assertion is incorrect, but rather that we can call do_destroy early in loading, and we will falsely BUG(). Since contexts have been in for a while now, and in the internal APIs are pretty stable, it should be fairly safe to remove this. v2: Remove unused dev_priv, and dev Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed