mirror of https://gitee.com/openkylin/linux.git
staging: comedi: adv_pci1724: remove unnecessary dev_info()
Remove the unnecessary noise at the end of the (*auto_attach). 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
27de4358f9
commit
bbef9b17eb
|
@ -191,8 +191,6 @@ static int adv_pci1724_auto_attach(struct comedi_device *dev,
|
|||
if (ret)
|
||||
return ret;
|
||||
|
||||
dev_info(dev->class_dev, "%s (pci %s) attached, board id: %u\n",
|
||||
dev->board_name, pci_name(pcidev), board_id);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue