ソースを参照

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
 

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