Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337256
b: refs/heads/master
c: 6648337
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 25, 2012
1 parent 0e44e8b commit 7ddc16a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 08f082ed78eb2ece4438c7cd23cf18166e3cce4b
refs/heads/master: 66483378b91287fed134efdf9fa04ec6e96a71ce
7 changes: 2 additions & 5 deletions trunk/drivers/staging/comedi/drivers/cb_pcidda.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,9 @@ static int cb_pcidda_attach_pci(struct comedi_device *dev,
s = &dev->subdevices[2];
subdev_8255_init(dev, s, NULL, iobase_8255 + PORT2A);

dev_dbg(dev->class_dev, "eeprom:\n");
for (index = 0; index < EEPROM_SIZE; index++) {
/* Read the caldac eeprom data */
for (index = 0; index < EEPROM_SIZE; index++)
devpriv->eeprom_data[index] = cb_pcidda_read_eeprom(dev, index);
dev_dbg(dev->class_dev, "%i:0x%x\n", index,
devpriv->eeprom_data[index]);
}

/* set calibrations dacs */
for (index = 0; index < thisboard->ao_chans; index++)
Expand Down

0 comments on commit 7ddc16a

Please sign in to comment.