] change the order to cleanup drm_property_blob after
drm_crtc
From: "Xiong, James"
Previously drm_mode_config_cleanup freed drm_property_blob first, then the
drm_crtc which triggered unref calls to its associated drm_propery_blob, and
could potentially cause memory corruption.
Signed-off
From: "Xiong, James"
Previously drm_mode_config_cleanup freed drm_property_blob first,
then the drm_crtc which triggered unref calls to its associated
drm_propery_blob, and could potentially cause memory corruption.
Signed-off-by: Xiong, James
---
drivers/gpu/drm/drm_crtc.c | 10 +-
1