diff options
Diffstat (limited to 'drivers/hid/hid-roccat-arvo.c')
-rw-r--r-- | drivers/hid/hid-roccat-arvo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat-arvo.c b/drivers/hid/hid-roccat-arvo.c index 7b9a992611bc..75f532f4d4cc 100644 --- a/drivers/hid/hid-roccat-arvo.c +++ b/drivers/hid/hid-roccat-arvo.c | |||
@@ -438,8 +438,8 @@ static int __init arvo_init(void) | |||
438 | 438 | ||
439 | static void __exit arvo_exit(void) | 439 | static void __exit arvo_exit(void) |
440 | { | 440 | { |
441 | class_destroy(arvo_class); | ||
442 | hid_unregister_driver(&arvo_driver); | 441 | hid_unregister_driver(&arvo_driver); |
442 | class_destroy(arvo_class); | ||
443 | } | 443 | } |
444 | 444 | ||
445 | module_init(arvo_init); | 445 | module_init(arvo_init); |