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:
791771e
)
gpu: ion: dereferencing an ERR_PTR
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 22 Jan 2014 14:20:03 +0000
(17:20 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 19:08:46 +0000
(11:08 -0800)
We dereference "heap->task" before checking if it's an ERR_PTR.
Fixes:
ea313b5f88ed
('gpu: ion: Also shrink memory cached in the deferred free list')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found