david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

disable() is a void

This commit is contained in:
Michael Brown 2005-04-22 12:07:22 +00:00
parent feb652709d
commit 8af80c6b10
1 changed files with 1 additions and 1 deletions

View File

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