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:
c517d83
)
PCI: keystone: Don't dereference possible NULL pointer
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 9 Apr 2015 19:34:10 +0000
(14:34 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 9 Apr 2015 19:34:10 +0000
(14:34 -0500)
Check for failure from platform_get_resource() (this check actually happens
inside devm_ioremap_resource()) before dereferencing the pointer returned
from platform_get_resource().
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found