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:
b83a08f
)
ARM: OMAP2+: gpmc: Move initialization outside the gpmc_t condition
author
Ezequiel Garcia
<ezequiel.garcia@free-electrons.com>
Mon, 28 Oct 2013 00:51:46 +0000
(21:51 -0300)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 8 Jan 2014 17:48:32 +0000
(09:48 -0800)
This commit moves a bunch of initialization previously enclosed
under a 'if (gpmc_t)' check, to be outside such condition.
These initializations are not related to gpmc_t (timings) in any way
so it's nonsense to enclose them under such check.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
No differences found