소스 검색

disable() is a void

tags/v0.9.3
Michael Brown 20 년 전
부모
커밋
8af80c6b10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/drivers/net/3c529.c

+ 1
- 1
src/drivers/net/3c529.c 파일 보기

@@ -33,7 +33,7 @@ static int t529_probe ( struct nic *nic, struct mca_device *mca ) {
33 33
 	return t5x9_probe ( nic, MCA_ID ( mca ), 0xffff );
34 34
 }
35 35
 
36
-static int t529_disable ( struct nic *nic, struct mca_device *mca __unused ) {
36
+static void t529_disable ( struct nic *nic, struct mca_device *mca __unused ) {
37 37
 	t5x9_disable ( nic );
38 38
 }
39 39
 

Loading…
취소
저장