mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 14:43:54 +08:00
Staging: comedi: aio_iiro_16: Checkpatch cleanups
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>
This commit is contained in:
parent
e41a6f6d9c
commit
e20ad20d84
@ -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;
|
||||
|
||||
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user