Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354434
b: refs/heads/master
c: 1cc8f88
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 6, 2013
1 parent c0ab119 commit 43dd0d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 78f8fa7f00689f4385c28b1b2be30c83f331c497
refs/heads/master: 1cc8f8854c86b77637b1300b22e553028c6f2668
7 changes: 0 additions & 7 deletions trunk/drivers/staging/comedi/drivers/vmk80xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ struct vmk80xx_private {
unsigned long flags;
int probed;
int attached;
int count;
};

static struct vmk80xx_private vmb[VMK80XX_MAX_BOARDS];
Expand Down Expand Up @@ -1285,8 +1284,6 @@ static int vmk80xx_attach_common(struct comedi_device *dev,
}

devpriv->attached = 1;
dev_info(dev->class_dev, "vmk80xx: board #%d [%s] attached\n",
devpriv->count, boardinfo->name);

up(&devpriv->limit_sem);

Expand Down Expand Up @@ -1369,7 +1366,6 @@ static int vmk80xx_usb_probe(struct usb_interface *intf,
devpriv = &vmb[i];

memset(devpriv, 0x00, sizeof(*devpriv));
devpriv->count = i;

ret = vmk80xx_find_usb_endpoints(devpriv, intf);
if (ret) {
Expand Down Expand Up @@ -1415,9 +1411,6 @@ static int vmk80xx_usb_probe(struct usb_interface *intf,

devpriv->probed = 1;

dev_info(&intf->dev, "board #%d [%s] now attached\n",
devpriv->count, boardinfo->name);

mutex_unlock(&glb_mutex);

comedi_usb_auto_config(intf, &vmk80xx_driver);
Expand Down

0 comments on commit 43dd0d2

Please sign in to comment.