Fix a bunch of warnings

This commit is contained in:
Adam Honse
2025-12-15 19:21:15 -06:00
parent b3c5a65884
commit c509698b54
7 changed files with 12 additions and 18 deletions

View File

@@ -102,7 +102,7 @@ void DetectMSIMysticLightControllers
try
{
MSIMysticLight761Controller* controller = new MSIMysticLight761Controller(dev, (const char *) info->path, info->product_id, dmi_name);
MSIMysticLight761Controller* controller = new MSIMysticLight761Controller(dev, (const char *) info->path, dmi_name);
RGBController_MSIMysticLight761* rgb_controller = new RGBController_MSIMysticLight761(controller);
ResourceManager::get()->RegisterRGBController(rgb_controller);
}