From: Ander Conselvan de Oliveira Date: Mon, 8 Jun 2015 08:26:30 +0000 (+0300) Subject: drm/i915: Properly initialize SDVO analog connectors X-Git-Tag: omap-for-v4.2/fixes-rc1^2~209^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce7da474f3063f57ac446eb428945a9852e102d;p=pandora-kernel.git drm/i915: Properly initialize SDVO analog connectors In the commit below, I missed the connector allocation in the function intel_sdvo_analog_init(), leading to those connectors to have a NULL state pointer. commit 08d9bc920d465bbbbd762cac9383249c19bf69a2 Author: Ander Conselvan de Oliveira Date: Fri Apr 10 10:59:10 2015 +0300 drm/i915: Allocate connector state together with the connectors Reported-by: Stefan Lippers-Hollmann Tested-by: Stefan Lippers-Hollmann Signed-off-by: Ander Conselvan de Oliveira Signed-off-by: Jani Nikula --- Reading git-diff-tree failed