Fix name setting in GalaxGPUv1Controller
This commit is contained in:
parent
da21f992c5
commit
0eee6044b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue