diff --git a/swlibs/newpci/pcilib/fxpci.c b/swlibs/newpci/pcilib/fxpci.c index c48adaf..17bf506 100644 --- a/swlibs/newpci/pcilib/fxpci.c +++ b/swlibs/newpci/pcilib/fxpci.c @@ -610,9 +610,10 @@ pciSetConfigData( PciRegister reg, FxU32 device_bus_func_number, FxU32 *data ) #ifdef __linux__ if (hasDev3DfxLinux()) { - return pciUpdateRegisterLinux(reg.regAddress, *data, reg.sizeInBytes, - device_bus_func_number); + pciUpdateRegisterLinux(reg.regAddress, *data, reg.sizeInBytes, + device_bus_func_number); + return FXTRUE; } #endif _pciUpdateRegister( reg.regAddress, *data, reg.sizeInBytes,