Browse Source

ddr: altera: Minor indent fix in set_rank_and_odt_mask()

Fix the position of the } else { statement to make it correctly
indented.

Signed-off-by: Marek Vasut <marex@denx.de>
Marek Vasut 9 years ago
parent
commit
963bca63b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/ddr/altera/sequencer.c

+ 1 - 1
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:
 			 * ----------+-----------------------+