staging: comedi: rtd520: remove the debug print of the pci addresses
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 19 Jul 2012 02:04:18 +0000 (19:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 23:51:39 +0000 (16:51 -0700)
This is just noise.

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>
drivers/staging/comedi/drivers/rtd520.c

index 9998d6b..02be4dd 100644 (file)
@@ -1676,10 +1676,6 @@ static int rtd_attach(struct comedi_device *dev, struct comedi_devconfig *it)
        if (!devpriv->las0 || !devpriv->las1 || !devpriv->lcfg)
                return -ENOMEM;
 
-
-       DPRINTK("%s: LAS0=%llx, LAS1=%llx, CFG=%llx.\n", dev->board_name,
-               (unsigned long long)physLas0, (unsigned long long)physLas1,
-               (unsigned long long)physLcfg);
        {                       /* The RTD driver does this */
                unsigned char pci_latency;
                u16 revision;