From: Damien Lespiau Date: Thu, 7 Mar 2013 15:30:28 +0000 (+0000) Subject: drm/i915: Use BUG() in a case of a programming error X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~51^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad1c0b1974c31f16407f983b7e6ea3511ec2a726;p=pandora-kernel.git drm/i915: Use BUG() in a case of a programming error The port number should always be correctly set. Do the same thing as the switch above and use BUG() to signal that branch is not supposed to be taken. Signed-off-by: Damien Lespiau Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed