Explorar el Código

disable() is a void

tags/v0.9.3
Michael Brown hace 20 años
padre
commit
8af80c6b10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/drivers/net/3c529.c

+ 1
- 1
src/drivers/net/3c529.c Ver fichero

@@ -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…
Cancelar
Guardar