git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c972d75
)
drm: drm_fops.c unlock missing on error path
author
Dan Carpenter
<error27@gmail.com>
Fri, 27 Mar 2009 10:34:28 +0000
(13:34 +0300)
committer
Dave Airlie
<airlied@redhat.com>
Sun, 29 Mar 2009 08:31:47 +0000
(18:31 +1000)
drm_open_helper() from drm_fops.c had a missing mutex_unlock in a error
path.
This was caught by smatch (http://repo.or.cz/w/smatch.git/). Compile
tested.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found