]> git.openfabrics.org - ~emulex/infiniband.git/commit
drm/gma500: Don't destroy DRM properties in the driver
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 31 Oct 2014 14:39:13 +0000 (14:39 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 31 Oct 2014 17:38:21 +0000 (18:38 +0100)
commitba8ce31f438c6bdd1d37b07cfea36d248c7f64d0
tree7457582ccff76f69999f39ca2d83d33a673a5785
parent9d5fab402d3b6fc3d4b895fbb0bde4e4f2378167
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 <patrik.r.jakobsson@gmail.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/gma500/psb_intel_sdvo.c