Fix name setting in GalaxGPUv1Controller

This commit is contained in:
Adam Honse 2025-08-10 16:55:24 -05:00
parent da21f992c5
commit 0eee6044b2

View file

@ -16,7 +16,7 @@ GalaxGPUv1Controller::GalaxGPUv1Controller(i2c_smbus_interface* bus, galax_gpu_d
{
this->bus = bus;
this->dev = dev;
this->name = name;
this->name = dev_name;
}
GalaxGPUv1Controller::~GalaxGPUv1Controller()