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:
f5fda67
)
gpu: host1x: returning success instead of -ENOMEM
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 23 Aug 2013 10:19:11 +0000
(13:19 +0300)
committer
Thierry Reding
<treding@nvidia.com>
Tue, 27 Aug 2013 08:20:12 +0000
(10:20 +0200)
There is a mistake here so it returns PTR_ERR(NULL) which is success
instead of -ENOMEM.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
No differences found