From: Damien Lespiau Date: Fri, 31 Oct 2014 14:39:13 +0000 (+0000) Subject: drm/gma500: Don't destroy DRM properties in the driver X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~76^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba8ce31f438c6bdd1d37b07cfea36d248c7f64d0;p=pandora-kernel.git drm/gma500: 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: Patrik Jakobsson Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed