From: Ilia Mirkin Date: Mon, 6 Jan 2014 01:07:02 +0000 (-0500) Subject: drm/nouveau/bios: make jump conditional X-Git-Tag: v3.13-rc8~13^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d60792ec059d9f2139828f9f017679abb81aa73;p=pandora-kernel.git drm/nouveau/bios: make jump conditional This fixes a hang in VBIOS scripts of the form "condition; jump". The jump used to always be executed, while now it will only be executed if the condition is true. See https://bugs.freedesktop.org/show_bug.cgi?id=72943 Reported-by: Darcy BrĂ¡s da Silva Signed-off-by: Ilia Mirkin Cc: stable@vger.kernel.org --- Reading git-diff-tree failed