staging: comedi: adv_pci1724: remove unnecessary dev_info()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 20 Nov 2014 22:10:58 +0000 (15:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 23:36:41 +0000 (15:36 -0800)
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>
drivers/staging/comedi/drivers/adv_pci1724.c

index fdcf3ab..b5b54b9 100644 (file)
@@ -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;
 }