From: Damien Lespiau Date: Fri, 31 Oct 2014 14:39:12 +0000 (+0000) Subject: drm/i915: Don't destroy DRM properties in the driver X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~76^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5fab402d3b6fc3d4b895fbb0bde4e4f2378167;p=pandora-kernel.git drm/i915: Don't destroy DRM properties in the driver When drm properties are created, they are added to mode_config.property_list, which is then used in drm_mode_config_cleanup() to destroy every single property created by the driver. Cc: Chandra Konduru Cc: Daniel Vetter Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed