Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260075
b: refs/heads/master
c: 7cf131c
h: refs/heads/master
i:
  260073: db485eb
  260071: 903f105
v: v3
  • Loading branch information
Dave Jones authored and Greg Kroah-Hartman committed Jul 18, 2011
1 parent 480ef36 commit 4045290
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38f71aa905c20ca458bb21c818d41579d03fdc28
refs/heads/master: 7cf131cb240fb0959f3b56155781f4d4de4608d1
3 changes: 3 additions & 0 deletions trunk/drivers/staging/lirc/lirc_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,9 @@ static void __exit lirc_parallel_exit(void)
{
parport_unregister_device(ppdevice);
lirc_unregister_driver(driver.minor);

platform_device_unregister(lirc_parallel_dev);
platform_driver_unregister(&lirc_parallel_driver);
}

module_init(lirc_parallel_init);
Expand Down

0 comments on commit 4045290

Please sign in to comment.