staging: comedi: daqboard2000: add a dev_info message after attach
After a successful attach, output a simple dev_info message. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3dc031dd21
commit
8a3f3d37c5
1 changed files with 6 additions and 1 deletions
|
@ -762,8 +762,13 @@ static int daqboard2000_attach_pci(struct comedi_device *dev,
|
|||
s = &dev->subdevices[2];
|
||||
result = subdev_8255_init(dev, s, daqboard2000_8255_cb,
|
||||
(unsigned long)(devpriv->daq + dioP2ExpansionIO8Bit));
|
||||
if (result)
|
||||
return result;
|
||||
|
||||
return result;
|
||||
dev_info(dev->class_dev, "%s: %s attached\n",
|
||||
dev->driver->driver_name, dev->board_name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void daqboard2000_detach(struct comedi_device *dev)
|
||||
|
|
Loading…
Add table
Reference in a new issue