Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357051
b: refs/heads/master
c: e52ec68
h: refs/heads/master
i:
  357049: f7dd317
  357047: 0aae602
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent c0a3a62 commit ac17036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 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: c3075388881fbafda3b0991fbefc6a5eef4d483c
refs/heads/master: e52ec68015b81ccd5f0950d56328b78f43ae2985
18 changes: 1 addition & 17 deletions trunk/drivers/media/usb/gspca/jl2005bcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,20 +536,4 @@ static struct usb_driver sd_driver = {
#endif
};

/* -- module insert / remove -- */
static int __init sd_mod_init(void)
{
int ret;

ret = usb_register(&sd_driver);
if (ret < 0)
return ret;
return 0;
}
static void __exit sd_mod_exit(void)
{
usb_deregister(&sd_driver);
}

module_init(sd_mod_init);
module_exit(sd_mod_exit);
module_usb_driver(sd_driver);

0 comments on commit ac17036

Please sign in to comment.