Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354234
b: refs/heads/master
c: 79a53df
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent f92cc1a commit 2341349
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 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: 90967d66269f20f24e8465121dadb99e51ad1f64
refs/heads/master: 79a53df7fa7913d4589d5785130f6781430c64ce
26 changes: 0 additions & 26 deletions trunk/drivers/staging/comedi/drivers/quatech_daqp_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,32 +180,6 @@ static const struct comedi_lrange range_daqp_ai = { 4, {

static const struct comedi_lrange range_daqp_ao = { 1, {BIP_RANGE(5)} };

#ifdef DAQP_DEBUG

static void daqp_dump(struct comedi_device *dev)
{
dev_info(dev->class_dev, "status %02x; aux status %02x\n",
inb(dev->iobase + DAQP_STATUS), inb(dev->iobase + DAQP_AUX));
}

static void hex_dump(char *str, void *ptr, int len)
{
unsigned char *cptr = ptr;
int i;

printk(str);

for (i = 0; i < len; i++) {
if (i % 16 == 0)
printk("\n%p:", cptr);

printk(" %02x", *(cptr++));
}
printk("\n");
}

#endif

/* Cancel a running acquisition */

static int daqp_ai_cancel(struct comedi_device *dev, struct comedi_subdevice *s)
Expand Down

0 comments on commit 2341349

Please sign in to comment.