Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing function call in error handling path
Previously, the code did not call kobject_put when sysfs_create_file failed, leading to a potential memory leak. This commit adds the missing kobject_put to ensure proper resource cleanup.
- Loading branch information