2
0
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:
Michael Brown 2005-04-22 12:07:22 +00:00
parent feb652709d
commit 8af80c6b10

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 );
}