]> 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)
commit61c0bbc80cc53fb7745c8a0b91ebe0cb1dfe97ae
treead0cef38177660cfbfadc4dbb07da951c3469a80
parent1ae9f401d0c1bff6984ff85e47e7731ee177a345
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