staging: comedi: dt3000: add a simple dev_info() when attached

When the board is finished with the 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:
H Hartley Sweeten 2012-10-25 17:26:10 -07:00 committed by Greg Kroah-Hartman
parent ecab2effbf
commit c3ebe8f634

View File

@ -868,6 +868,8 @@ static int dt3000_attach_pci(struct comedi_device *dev,
s->type = COMEDI_SUBD_PROC;
#endif
dev_info(dev->class_dev, "%s attached\n", dev->board_name);
return 0;
}