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:
38e9e21
)
dt: protect against NULL matches passed to of_match_node()
author
Grant Likely
<grant.likely@secretlab.ca>
Fri, 18 Mar 2011 16:21:29 +0000
(10:21 -0600)
committer
Grant Likely
<grant.likely@secretlab.ca>
Wed, 23 Mar 2011 20:55:55 +0000
(14:55 -0600)
There are a few use cases where it is convenient to pass NULL to
of_match_node() and have it fail gracefully. The patch adds a null
check to the beginning so taht it does so.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
No differences found