mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 10:20:24 +03:00
disable() is a void
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user