Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186731
b: refs/heads/master
c: b1e68ea
h: refs/heads/master
i:
  186729: e9e96bd
  186727: 58e78fe
v: v3
  • Loading branch information
Benjamin Adolphi authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 829c04e commit 984864d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 50ae2a521f60a62dce3fedfc3046064a680a6d5e
refs/heads/master: b1e68ea5e1b0829037a1dc97e8a2ef4bb6e9c91d
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/pcm3730.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static int pcm3730_attach(struct comedi_device *dev,
unsigned long iobase;

iobase = it->options[0];
printk("comedi%d: pcm3730: 0x%04lx ", dev->minor, iobase);
printk(KERN_INFO "comedi%d: pcm3730: 0x%04lx ", dev->minor, iobase);
if (!request_region(iobase, PCM3730_SIZE, "pcm3730")) {
printk("I/O port conflict\n");
return -EIO;
Expand Down Expand Up @@ -140,14 +140,14 @@ static int pcm3730_attach(struct comedi_device *dev,
s->range_table = &range_digital;
s->private = (void *)PCM3730_DIC;

printk("\n");
printk(KERN_INFO "\n");

return 0;
}

static int pcm3730_detach(struct comedi_device *dev)
{
printk("comedi%d: pcm3730: remove\n", dev->minor);
printk(KERN_INFO "comedi%d: pcm3730: remove\n", dev->minor);

if (dev->iobase)
release_region(dev->iobase, PCM3730_SIZE);
Expand Down

0 comments on commit 984864d

Please sign in to comment.