From: Chris Wilson Date: Sun, 13 May 2012 19:16:12 +0000 (+0100) Subject: drm/i915: Convert BUG_ON(!pll->active) and friends to a WARN X-Git-Tag: v3.5-rc1~100^2~25^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48da64a8bf2e00952fcd3ad108babae5e003a03d;p=pandora-kernel.git drm/i915: Convert BUG_ON(!pll->active) and friends to a WARN Turn a fatal lockup into a merely blank display with lots of shouty messages. v2: Whilst in the area, convert the other BUG_ON into less fatal errors. In particular, note that we may be called on a PCH platform not using PLLs, such as Haswell, and so we do not always want to BUG_ON(!pll) Signed-off-by: Chris Wilson Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed