staging: comedi: adl_pci6208: remove board attach noise
Remove the final dev_info() at the end of the board attach. This is just added noise. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c354fe06cf
commit
7b5f9dbcd8
@ -235,9 +235,6 @@ static int pci6208_auto_attach(struct comedi_device *dev,
|
||||
val = (val & PCI6208_DIO_DO_MASK) >> PCI6208_DIO_DO_SHIFT;
|
||||
s->state = val;
|
||||
|
||||
dev_info(dev->class_dev, "%s: %s, I/O base=0x%04lx\n",
|
||||
dev->driver->driver_name, dev->board_name, dev->iobase);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user