Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186859
b: refs/heads/master
c: 2bb9c33
h: refs/heads/master
i:
  186857: 3969004
  186855: d6294e4
v: v3
  • Loading branch information
Maurice Dawson authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 427f85d commit b432041
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8377e813c75cf5aca46032fb780ca74c923dbe86
refs/heads/master: 2bb9c335902a5d59fc084170aaae0ccc9d9d4012
3 changes: 1 addition & 2 deletions trunk/drivers/staging/comedi/drivers/ni_labpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,8 @@ int labpc_common_attach(struct comedi_device *dev, unsigned long iobase,
s->insn_read = labpc_eeprom_read_insn;
s->insn_write = labpc_eeprom_write_insn;

for (i = 0; i < EEPROM_SIZE; i++) {
for (i = 0; i < EEPROM_SIZE; i++)
devpriv->eeprom_data[i] = labpc_eeprom_read(dev, i);
}
#ifdef LABPC_DEBUG
printk(" eeprom:");
for (i = 0; i < EEPROM_SIZE; i++) {
Expand Down

0 comments on commit b432041

Please sign in to comment.