Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354454
b: refs/heads/master
c: 66dbc7b
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 6, 2013
1 parent 4899500 commit ff492f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6dcbe00df71bd0559c32ef7e838eac1458ad24d6
refs/heads/master: 66dbc7b1b00499285793143b44b979e26141204d
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/vmk80xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ static int vmk80xx_alloc_usb_buffers(struct comedi_device *dev)
return 0;
}

static int vmk80xx_attach_common(struct comedi_device *dev)
static int vmk80xx_init_subdevices(struct comedi_device *dev)
{
const struct vmk80xx_board *boardinfo = comedi_board(dev);
struct vmk80xx_private *devpriv = dev->private;
Expand Down Expand Up @@ -1151,7 +1151,7 @@ static int vmk80xx_auto_attach(struct comedi_device *dev,
if (devpriv->model == VMK8055_MODEL)
vmk80xx_reset_device(devpriv);

return vmk80xx_attach_common(dev);
return vmk80xx_init_subdevices(dev);
}

static void vmk80xx_detach(struct comedi_device *dev)
Expand Down

0 comments on commit ff492f4

Please sign in to comment.