소스 검색

Consistency

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
7bd3e883d7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/drivers/bus/pci.c

+ 2
- 1
src/drivers/bus/pci.c 파일 보기

@@ -31,8 +31,9 @@ static int fill_pci_device ( struct pci_device *pci ) {
31 31
 	int reg;
32 32
 
33 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 35
 		return 0;
36
+	}
36 37
 
37 38
 	/* Check to see if we've cached the result that this is a
38 39
 	 * non-zero function on a non-existent card.  This is done to

Loading…
취소
저장