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:
91cfe7e
)
spi: davinci: Use of_match_ptr at appropriate place
author
Axel Lin
<axel.lin@ingics.com>
Thu, 6 Feb 2014 03:45:08 +0000
(11:45 +0800)
committer
Mark Brown
<broonie@linaro.org>
Thu, 6 Feb 2014 12:52:59 +0000
(12:52 +0000)
It's pointless to use of_match_ptr within CONFIG_OF guard.
Use of_match_ptr around davinci_spi_of_match when setting .of_match_table.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found