Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287421
b: refs/heads/master
c: 3589e74
h: refs/heads/master
i:
  287419: 8013abc
v: v3
  • Loading branch information
Pekka Paalanen authored and Greg Kroah-Hartman committed Feb 8, 2012
1 parent d6e66d4 commit aab1715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 635032cb397b396241372fa0ff36ae758e658b23
refs/heads/master: 3589e74595a4332ebf77b5ed006f3c6686071ecd
3 changes: 1 addition & 2 deletions trunk/drivers/staging/asus_oled/asus_oled.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,9 @@ static int __init asus_oled_init(void)

static void __exit asus_oled_exit(void)
{
usb_deregister(&oled_driver);
class_remove_file(oled_class, &class_attr_version.attr);
class_destroy(oled_class);

usb_deregister(&oled_driver);
}

module_init(asus_oled_init);
Expand Down

0 comments on commit aab1715

Please sign in to comment.