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:
6bc505b
)
drm/gem: WARN about unbalanced handle refcounts
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 14 Aug 2013 22:02:36 +0000
(
00:02
+0200)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 19 Aug 2013 00:47:37 +0000
(10:47 +1000)
Trying to drop a reference we don't have is a pretty serious bug.
Trying to paper over it is an even worse offense.
So scream into dmesg with a big WARN in case that ever happens.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found