Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325385
b: refs/heads/master
c: 29aba76
h: refs/heads/master
i:
  325383: 46b4419
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent 592d541 commit f4de76a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 3e76c95107a3423e3dc9d6df09ad802f0e237e9b
refs/heads/master: 29aba763060a2c44a7449dff1579f0fed52ea567
10 changes: 5 additions & 5 deletions trunk/drivers/staging/comedi/drivers/ni_mio_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,10 +644,10 @@ static void ni_release_ao_mite_channel(struct comedi_device *dev)
#endif /* PCIDMA */
}

void ni_release_gpct_mite_channel(struct comedi_device *dev,
unsigned gpct_index)
{
#ifdef PCIDMA
static void ni_release_gpct_mite_channel(struct comedi_device *dev,
unsigned gpct_index)
{
unsigned long flags;

BUG_ON(gpct_index >= NUM_GPCT);
Expand All @@ -663,8 +663,8 @@ void ni_release_gpct_mite_channel(struct comedi_device *dev,
mite_release_channel(mite_chan);
}
spin_unlock_irqrestore(&devpriv->mite_channel_lock, flags);
#endif /* PCIDMA */
}
#endif /* PCIDMA */

static void ni_release_cdo_mite_channel(struct comedi_device *dev)
{
Expand Down Expand Up @@ -1881,7 +1881,7 @@ static int ni_ai_insn_read(struct comedi_device *dev,
return insn->n;
}

void ni_prime_channelgain_list(struct comedi_device *dev)
static void ni_prime_channelgain_list(struct comedi_device *dev)
{
int i;
devpriv->stc_writew(dev, AI_CONVERT_Pulse, AI_Command_1_Register);
Expand Down

0 comments on commit f4de76a

Please sign in to comment.