mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-10 23:59:50 +00:00
525.53
This commit is contained in:
@@ -100,7 +100,7 @@ nvswitch_procfs_device_remove
|
||||
return;
|
||||
}
|
||||
|
||||
nv_procfs_unregister_all(nvswitch_dev->procfs_dir, nvswitch_dev->procfs_dir);
|
||||
proc_remove(nvswitch_dev->procfs_dir);
|
||||
nvswitch_dev->procfs_dir = NULL;
|
||||
}
|
||||
|
||||
@@ -155,7 +155,7 @@ nvswitch_procfs_exit
|
||||
return;
|
||||
}
|
||||
|
||||
nv_procfs_unregister_all(nvswitch_procfs_dir, nvswitch_procfs_dir);
|
||||
proc_remove(nvswitch_procfs_dir);
|
||||
nvswitch_procfs_dir = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user