瀏覽代碼

cpu/mpc512x/pci.c: minor coding style cleanup

Get rid of variable declaration in the middle of the code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: John Rigby <jcrigby@gmail.com>
Wolfgang Denk 16 年之前
父節點
當前提交
8b25126319
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. 3 6
      cpu/mpc512x/pci.c

+ 3 - 6
cpu/mpc512x/pci.c

@@ -54,6 +54,7 @@ pci_init_board(void)
 	u16 reg16;
 	u32 reg32;
 	u32 dev;
+	int i;
 	struct pci_controller *hose;
 
 	/* Set PCI divider for 33MHz */
@@ -77,12 +78,8 @@ pci_init_board(void)
 	pci_ctrl->gcr = 1;
 
 	/* We need to wait at least a 1sec based on PCI specs */
-	{
-		int i;
-
-		for (i = 0; i < 1000; i++)
-			udelay(1000);
-	}
+	for (i = 0; i < 1000; i++)
+		udelay(1000);
 
 	/*
 	 * Configure PCI Local Access Windows