Browse Source

disable() is a void

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
8af80c6b10
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/3c529.c

+ 1
- 1
src/drivers/net/3c529.c View File

@@ -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…
Cancel
Save