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:
3b2f64d
)
OF: make of_property_for_each_{u32|string}() use parameters if OF is not enabled
author
Sebastian Andrzej Siewior
<bigeasy@linutronix.de>
Mon, 17 Jun 2013 14:48:13 +0000
(16:48 +0200)
committer
Grant Likely
<grant.likely@linaro.org>
Wed, 24 Jul 2013 10:09:59 +0000
(11:09 +0100)
I am getting a few
|warning: unused variable ‘p’ [-Wunused-variable]
|warning: unused variable ‘prop’ [-Wunused-variable]
in the case where CONFIG_OF is not defined and the parameters are only
used in the loop macro.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
No differences found