Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325303
b: refs/heads/master
c: 5b6137d
h: refs/heads/master
i:
  325301: 9d580b8
  325299: 42087bb
  325295: 8eeb38f
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent 0283cc6 commit 485e897
Show file tree
Hide file tree
Showing 5 changed files with 5 additions 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: 21b74c2785c4bb28d42ce78ae15d06749e9bedfb
refs/heads/master: 5b6137d8807524c9ecd9a35ff77421ab52a8e955
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ni_atmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ static int ni_atmio_attach(struct comedi_device *dev,

/* generic E series stuff in ni_mio_common.c */

ret = ni_E_init(dev, it);
ret = ni_E_init(dev);
if (ret < 0)
return ret;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ni_mio_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -4404,7 +4404,7 @@ static int ni_alloc_private(struct comedi_device *dev)
return 0;
};

static int ni_E_init(struct comedi_device *dev, struct comedi_devconfig *it)
static int ni_E_init(struct comedi_device *dev)
{
struct comedi_subdevice *s;
unsigned j;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ni_mio_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ static int mio_cs_attach(struct comedi_device *dev, struct comedi_devconfig *it)
devpriv->stc_writel = &win_out2;
devpriv->stc_readl = &win_in2;

ret = ni_E_init(dev, it);
ret = ni_E_init(dev);

if (ret < 0)
return ret;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ni_pcimio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ static int pcimio_attach(struct comedi_device *dev, struct comedi_devconfig *it)
}
}

ret = ni_E_init(dev, it);
ret = ni_E_init(dev);
if (ret < 0)
return ret;

Expand Down

0 comments on commit 485e897

Please sign in to comment.