]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: restore open_count if drm_setup fails
authorIlija Hadzic <ilijahadzic@gmail.com>
Mon, 29 Oct 2012 17:35:00 +0000 (17:35 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Nov 2012 21:18:49 +0000 (13:18 -0800)
commitd3f95ba0cf4317f16d9dbb311fe6f817caf1cf7f
tree7affb3f9348b5ffed650a068b27dda076c74968b
parentd736f6b4c9b302f5a4712ca81d06f8a9cd07a658
drm: restore open_count if drm_setup fails

commit 0f1cb1bd94a9c967cd4ad3de51cfdabe61eb5dcc upstream.

If drm_setup (called at first open) fails, the whole
open call has failed, so we should not keep the
open_count incremented.

Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/drm_fops.c