[U-Boot] [PATCH 042/172] ddr: altera: Minor indent fix in set_rank_and_odt_mask()
Marek Vasut
marex at denx.de
Mon Jul 27 22:50:05 CEST 2015
Fix the position of the } else { statement to make it correctly
indented.
Signed-off-by: Marek Vasut <marex at denx.de>
---
drivers/ddr/altera/sequencer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ddr/altera/sequencer.c b/drivers/ddr/altera/sequencer.c
index 1e96014..746c97a 100644
--- a/drivers/ddr/altera/sequencer.c
+++ b/drivers/ddr/altera/sequencer.c
@@ -260,7 +260,7 @@ static void set_rank_and_odt_mask(uint32_t rank, uint32_t odt_mode)
odt_mask_0 = 0x0;
odt_mask_1 = 0x3 & (1 << rank);
}
- } else {
+ } else {
/* 4 Ranks
* Read:
* ----------+-----------------------+
--
2.1.4
More information about the U-Boot
mailing list