Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324461
b: refs/heads/master
c: 53fa8c4
h: refs/heads/master
i:
  324459: 3c6a083
v: v3
  • Loading branch information
Güngör Erseymen authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent f0b6261 commit 4842f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 3cf05ddb0d7c5612ee70f250f22427462d820fe1
refs/heads/master: 53fa8c46881a5a500fdcc4cf86359d92211b1e9b
5 changes: 1 addition & 4 deletions trunk/drivers/staging/comedi/drivers/ssv_dnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ static int dnp_attach(struct comedi_device *dev, struct comedi_devconfig *it)
struct comedi_subdevice *s;
int ret;

printk(KERN_INFO "comedi%d: dnp: ", dev->minor);

dev->board_name = board->name;

ret = comedi_alloc_subdevices(dev, 1);
Expand All @@ -195,8 +193,6 @@ static int dnp_attach(struct comedi_device *dev, struct comedi_devconfig *it)
s->insn_bits = dnp_dio_insn_bits;
s->insn_config = dnp_dio_insn_config;

printk("attached\n");

/* We use the I/O ports 0x22,0x23 and 0xa3-0xa9, which are always
* allocated for the primary 8259, so we don't need to allocate them
* ourselves. */
Expand All @@ -209,6 +205,7 @@ static int dnp_attach(struct comedi_device *dev, struct comedi_devconfig *it)
outb(PCMR, CSCIR);
outb((inb(CSCDR) & 0xAA), CSCDR);

dev_info(dev->class_dev, "%s: attached\n", dev->board_name);
return 1;
}

Expand Down

0 comments on commit 4842f1a

Please sign in to comment.