drm/i915: Don't destroy DRM properties in the driver
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 31 Oct 2014 14:39:12 +0000 (14:39 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 31 Oct 2014 17:38:17 +0000 (18:38 +0100)
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 <chandra.konduru@intel.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sdvo.c

Simple merge