Skip to content

Commit

Permalink
Staging: comedi: aio_iiro_16: Checkpatch cleanups
Browse files Browse the repository at this point in the history
This fixes all checkpatch issues in the aio_iiro_16 comedi driver.

Signed-off-by: Benjamin Adolphi <b.adolphi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Benjamin Adolphi authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent e41a6f6 commit e20ad20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 e20ad20

Please sign in to comment.