Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171088
b: refs/heads/master
c: f0816ce
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Neukum authored and David S. Miller committed Oct 30, 2009
1 parent fd0a191 commit 80226f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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: 43ab85021e8286e1641928ab3cc542dd1e8c7f94
refs/heads/master: f0816ce39d8de7646301aac52cc7351a2424d97f
11 changes: 1 addition & 10 deletions trunk/drivers/net/usb/kaweth.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,16 +471,7 @@ static int kaweth_reset(struct kaweth_device *kaweth)
int result;

dbg("kaweth_reset(%p)", kaweth);
result = kaweth_control(kaweth,
usb_sndctrlpipe(kaweth->dev, 0),
USB_REQ_SET_CONFIGURATION,
0,
kaweth->dev->config[0].desc.bConfigurationValue,
0,
NULL,
0,
KAWETH_CONTROL_TIMEOUT);

result = usb_reset_configuration(kaweth->dev);
mdelay(10);

dbg("kaweth_reset() returns %d.",result);
Expand Down

0 comments on commit 80226f0

Please sign in to comment.