Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303698
b: refs/heads/master
c: 4ed48e5
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 45a9141 commit 545d99c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 4c2a47a287876c098b41e4244426deca68762afe
refs/heads/master: 4ed48e5e8b308299bfc4bbad6bb008743f40fa5c
4 changes: 0 additions & 4 deletions trunk/drivers/usb/atm/xusbatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ static int __init xusbatm_init(void)
{
int i;

dbg("xusbatm_init");

if (!num_vendor ||
num_vendor != num_product ||
num_vendor != num_rx_endpoint ||
Expand Down Expand Up @@ -221,8 +219,6 @@ module_init(xusbatm_init);

static void __exit xusbatm_exit(void)
{
dbg("xusbatm_exit entered");

usb_deregister(&xusbatm_usb_driver);
}
module_exit(xusbatm_exit);
Expand Down

0 comments on commit 545d99c

Please sign in to comment.