Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect failure handling in vinput_init
After class_register failure, the wrong function class_unregister was used. The correct cleanup function should be unregister_chrdev, as register_chrdev was used before class_register.
- Loading branch information