ソースを参照

Consistency

tags/v0.9.3
Michael Brown 21年前
コミット
7bd3e883d7
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      src/drivers/bus/pci.c

+ 2
- 1
src/drivers/bus/pci.c ファイルの表示

31
 	int reg;
31
 	int reg;
32
 
32
 
33
 	/* Check bus is within range */
33
 	/* Check bus is within range */
34
-	if ( PCI_BUS ( pci->busdevfn ) > pci_max_bus )
34
+	if ( PCI_BUS ( pci->busdevfn ) > pci_max_bus ) {
35
 		return 0;
35
 		return 0;
36
+	}
36
 
37
 
37
 	/* Check to see if we've cached the result that this is a
38
 	/* Check to see if we've cached the result that this is a
38
 	 * non-zero function on a non-existent card.  This is done to
39
 	 * non-zero function on a non-existent card.  This is done to

読み込み中…
キャンセル
保存