]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Release resources with a safer function
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 7 Oct 2016 07:27:41 +0000 (09:27 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 10 Oct 2016 09:20:48 +0000 (11:20 +0200)
commit2005799fb26fb5d1c8e27df372b1bd968b80baf2
treead0cef38177660cfbfadc4dbb07da951c3469a80
parent76b73f1209155556d1086d21e15f030f6b5c4201
drm: Release resources with a safer function

We should use 'ida_simple_remove()' instead of 'ida_remove()' when freeing
resources allocated with 'ida_simple_get()'.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1475825261-7735-1-git-send-email-christophe.jaillet@wanadoo.fr
drivers/gpu/drm/drm_connector.c