Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73166
b: refs/heads/master
c: 4f663bd
h: refs/heads/master
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Nov 4, 2007
1 parent 73b7368 commit 93852af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: ac72fed79fbbdb35882b393401584435c9fc37ac
refs/heads/master: 4f663bdc65307e38401aa3b787a7a7569f28b920
5 changes: 2 additions & 3 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,13 @@ static int __init pvr_init(void)

static void __exit pvr_exit(void)
{

pvr2_trace(PVR2_TRACE_INIT,"pvr_exit");

usb_deregister(&pvr_driver);

#ifdef CONFIG_VIDEO_PVRUSB2_SYSFS
pvr2_sysfs_class_destroy(class_ptr);
#endif /* CONFIG_VIDEO_PVRUSB2_SYSFS */

usb_deregister(&pvr_driver);
}

module_init(pvr_init);
Expand Down

0 comments on commit 93852af

Please sign in to comment.