···29972997 struct amdgpu_device *adev = (struct amdgpu_device *)handle;29982998 int ret;2999299930003000+ if (!amdgpu_dpm)30013001+ return 0;30023002+30003003 /* init the sysfs and debugfs files late */30013004 ret = amdgpu_pm_sysfs_init(adev);30023005 if (ret)