lkmpg icon indicating copy to clipboard operation
lkmpg copied to clipboard

Fix incorrect failure handling in vinput_init

Open NOVBobLee opened this issue 1 year ago • 2 comments

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.

NOVBobLee avatar Oct 20 '24 16:10 NOVBobLee