drm crtc: use drm_mode_destroy instead of kfree in drm_mode_remove
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 1 Feb 2012 10:38:19 +0000 (11:38 +0100)
committerDave Airlie <airlied@redhat.com>
Fri, 3 Feb 2012 09:50:38 +0000 (09:50 +0000)
Modes are created using drm_mode_create which does a
drm_mode_object_get, so use drm_mode_destroy in drm_mode_remove
which does a drm_mode_object_put.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found