staging: comedi: das08: Don't report iobase for PCI device
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Aug 2012 19:41:47 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 19:00:42 +0000 (12:00 -0700)
Don't bother reporting the I/O base address for PCI devices as it's not
very interesting.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c

index 5a7c7da..82f003f 100644 (file)
@@ -800,7 +800,6 @@ das08_attach_pci(struct comedi_device *dev, struct pci_dev *pdev)
        }
        /*  read base addresses */
        iobase = pci_resource_start(pdev, 2);
-       dev_info(dev->class_dev, "iobase 0x%lx\n", iobase);
        return das08_common_attach(dev, iobase);
 }