From: Alex Deucher Date: Wed, 1 Sep 2010 21:15:06 +0000 (-0400) Subject: drm/radeon/kms: fix tv module parameter X-Git-Tag: v2.6.36-rc4~95^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf4c12f9a2289e3679722590e1226ae8deb14385;p=pandora-kernel.git drm/radeon/kms: fix tv module parameter The tv parameter was added to disable the tv-out connector, however, it caused a crash if it was set to 0 due to drm_connector_init not getting called. If tv=0, don't attempt to add the connector. Might fix: https://bugzilla.kernel.org/show_bug.cgi?id=17241 Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed