Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317124
b: refs/heads/master
c: 856ff77
h: refs/heads/master
v: v3
  • Loading branch information
Dimitrios Semitsoglou-Tsiapos authored and Greg Kroah-Hartman committed Jun 5, 2012
1 parent 44c77cf commit 902e8e8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bc04bec0e0c982dfc90e206ea51f19bd650ccee2
refs/heads/master: 856ff77e3307eb89ba68e7cc3c1fa91112efff89
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/cb_pcidas64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ static int eeprom_read_insn(struct comedi_device *dev,
static void check_adc_timing(struct comedi_device *dev, struct comedi_cmd *cmd);
static unsigned int get_divisor(unsigned int ns, unsigned int flags);
static void i2c_write(struct comedi_device *dev, unsigned int address,
const uint8_t * data, unsigned int length);
const uint8_t *data, unsigned int length);
static void caldac_write(struct comedi_device *dev, unsigned int channel,
unsigned int value);
static int caldac_8800_write(struct comedi_device *dev, unsigned int address,
Expand Down Expand Up @@ -1229,7 +1229,7 @@ static unsigned int hw_revision(const struct comedi_device *dev,
}

static void set_dac_range_bits(struct comedi_device *dev,
volatile uint16_t * bits, unsigned int channel,
volatile uint16_t *bits, unsigned int channel,
unsigned int range)
{
unsigned int code = board(dev)->ao_range_code[range];
Expand Down Expand Up @@ -4190,7 +4190,7 @@ static void i2c_stop(struct comedi_device *dev)
}

static void i2c_write(struct comedi_device *dev, unsigned int address,
const uint8_t * data, unsigned int length)
const uint8_t *data, unsigned int length)
{
unsigned int i;
uint8_t bitstream;
Expand Down

0 comments on commit 902e8e8

Please sign in to comment.