Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303729
b: refs/heads/master
c: 4e512ab
h: refs/heads/master
i:
  303727: 12e5dad
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 3, 2012
1 parent 42fad1d commit 4d34427
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a1bd88697533b37db292e67d04744a0c9f71c089
refs/heads/master: 4e512ab935e4e3cecfba57710a3beb24fe6a2f81
4 changes: 1 addition & 3 deletions trunk/drivers/usb/serial/empeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,12 @@ static int empeg_startup(struct usb_serial *serial)
{
int r;

dbg("%s", __func__);

if (serial->dev->actconfig->desc.bConfigurationValue != 1) {
dev_err(&serial->dev->dev, "active config #%d != 1 ??\n",
serial->dev->actconfig->desc.bConfigurationValue);
return -ENODEV;
}
dbg("%s - reset config", __func__);

r = usb_reset_configuration(serial->dev);

/* continue on with initialization */
Expand Down

0 comments on commit 4d34427

Please sign in to comment.