rocr: Return success status in IsModelEnabled()

This commit is contained in:
Yiannis Papadopoulos
2025-03-20 15:16:01 -04:00
zatwierdzone przez Yat Sin, David
rodzic c34a2798ce
commit 765563b786
@@ -527,6 +527,7 @@ hsa_status_t KfdDriver::IsModelEnabled(bool* enable) const {
if (status != HSAKMT_STATUS_SUCCESS) {
return HSA_STATUS_ERROR;
}
return HSA_STATUS_SUCCESS;
}
} // namespace AMD