Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186811
b: refs/heads/master
c: e20ad20
h: refs/heads/master
i:
  186809: 313c756
  186807: 5b5b15c
v: v3
  • Loading branch information
Benjamin Adolphi authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 2c13f9a commit 9a7303a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e41a6f6d9cb7404420d596f27609a3f4f55dcaf5
refs/heads/master: e20ad20d849eb902628553be1fd2dc9ccc40a4bd
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/aio_iiro_16.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static int aio_iiro_16_attach(struct comedi_device *dev,
int iobase;
struct comedi_subdevice *s;

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

dev->board_name = thisboard->name;

Expand Down Expand Up @@ -140,7 +140,7 @@ static int aio_iiro_16_attach(struct comedi_device *dev,

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

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

0 comments on commit 9a7303a

Please sign in to comment.