diff options
Diffstat (limited to 'drivers/hid/hid-roccat-kovaplus.c')
-rw-r--r-- | drivers/hid/hid-roccat-kovaplus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat-kovaplus.c b/drivers/hid/hid-roccat-kovaplus.c index 7664e2ce2886..4eeb62fb4e75 100644 --- a/drivers/hid/hid-roccat-kovaplus.c +++ b/drivers/hid/hid-roccat-kovaplus.c | |||
@@ -703,8 +703,8 @@ static int __init kovaplus_init(void) | |||
703 | 703 | ||
704 | static void __exit kovaplus_exit(void) | 704 | static void __exit kovaplus_exit(void) |
705 | { | 705 | { |
706 | class_destroy(kovaplus_class); | ||
707 | hid_unregister_driver(&kovaplus_driver); | 706 | hid_unregister_driver(&kovaplus_driver); |
707 | class_destroy(kovaplus_class); | ||
708 | } | 708 | } |
709 | 709 | ||
710 | module_init(kovaplus_init); | 710 | module_init(kovaplus_init); |