mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
disable() is a void
This commit is contained in:
parent
feb652709d
commit
8af80c6b10
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user