Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337099
b: refs/heads/master
c: 89a3f11
h: refs/heads/master
i:
  337097: c90d584
  337095: d8bc11c
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 8072d95 commit 067ad24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: a74b5c515c2ce0883998ceaac6e35d14b4aaa709
refs/heads/master: 89a3f111a0e7f922fced2a38035f3419a3da9307
12 changes: 6 additions & 6 deletions trunk/drivers/staging/comedi/drivers/adl_pci8164.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ static void adl_pci8164_insn_read(struct comedi_device *dev,
}

data[0] = inw(dev->iobase + axis_reg + offset);
printk(KERN_DEBUG "comedi: pci8164 %s read -> "
"%04X:%04X on axis %s\n",
action, data[0], data[1], axisname);
dev_dbg(dev->class_dev,
"pci8164 %s read -> %04X:%04X on axis %s\n",
action, data[0], data[1], axisname);
}

static int adl_pci8164_insn_read_msts(struct comedi_device *dev,
Expand Down Expand Up @@ -170,9 +170,9 @@ static void adl_pci8164_insn_out(struct comedi_device *dev,

outw(data[0], dev->iobase + axis_reg + offset);

printk(KERN_DEBUG "comedi: pci8164 %s write -> "
"%04X:%04X on axis %s\n",
action, data[0], data[1], axisname);
dev_dbg(dev->class_dev,
"pci8164 %s write -> %04X:%04X on axis %s\n",
action, data[0], data[1], axisname);

}

Expand Down

0 comments on commit 067ad24

Please sign in to comment.