]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
Merge tag 'for-linus-5.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubca...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_ib.c
index 4ffc32b7874557d918926ceaf6a16f1e9ec75f4a..dcd4921705987c44b798bfa92c0f037b968a4dd4 100644 (file)
@@ -468,7 +468,8 @@ static const struct drm_info_list amdgpu_debugfs_sa_list[] = {
 int amdgpu_debugfs_sa_init(struct amdgpu_device *adev)
 {
 #if defined(CONFIG_DEBUG_FS)
-       return amdgpu_debugfs_add_files(adev, amdgpu_debugfs_sa_list, 1);
+       return amdgpu_debugfs_add_files(adev, amdgpu_debugfs_sa_list,
+                                       ARRAY_SIZE(amdgpu_debugfs_sa_list));
 #else
        return 0;
 #endif
This page took 0.038282 seconds and 4 git commands to generate.