Fix name setting in GalaxGPUv1Controller

master
Adam Honse 9 months ago
parent da21f992c5
commit 0eee6044b2

@ -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()

Loading…
Cancel
Save