lkmpg
lkmpg copied to clipboard
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.