From: Chris Wilson Date: Fri, 12 Nov 2010 13:56:11 +0000 (+0000) Subject: drm/i915: Remove a defunct BUG_ON X-Git-Tag: v2.6.38-rc1~419^2~23^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dddbc0e5257572079602654258adc8d117e168ad;p=pandora-kernel.git drm/i915: Remove a defunct BUG_ON This used to check the precondition that all fences were to be located in a mappable area, redundant now as those two parameters are combined into one. After pinning, we assert that the buffer is bound into the desired region. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed