From: Daniel Vetter Date: Tue, 19 Jun 2012 09:33:06 +0000 (+0200) Subject: drm/edid: don't return stack garbage from supports_rb X-Git-Tag: v3.2.22~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=707799fd0d6ccc157f40d9a6685e97a65bea7b71;p=pandora-kernel.git drm/edid: don't return stack garbage from supports_rb commit b196a4980ff7bb54db478e2a408dc8b12be15304 upstream. We need to initialize this to false, because the is_rb callback only ever sets it to true. Noticed while reading through the code. Signed-Off-by: Daniel Vetter Reviewed-by: Adam Jackson Signed-off-by: Dave Airlie Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed