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:
518e622
)
drm/tegra: Check for NULL pointer instead of IS_ERR()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 4 Dec 2014 11:00:35 +0000
(14:00 +0300)
committer
Thierry Reding
<treding@nvidia.com>
Tue, 27 Jan 2015 09:14:36 +0000
(10:14 +0100)
iommu_domain_alloc() returns NULL on error, it never returns error
pointers.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
No differences found