staging: comedi: Remove a "tracing" call
authorEisha Chen-yen-su <chenyensu0@gmail.com>
Tue, 20 Feb 2018 09:05:24 +0000 (10:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Feb 2018 13:53:05 +0000 (14:53 +0100)
Remove a "tracing" call as it is not needed anymore
because there is an in-kernel function for that.

Signed-off-by: Eisha Chen-yen-su <chenyensu0@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/jr3_pci.c

index 201f4f9..c3c88e6 100644 (file)
@@ -295,7 +295,6 @@ static int jr3_pci_open(struct comedi_device *dev)
        struct comedi_subdevice *s;
        int i;
 
-       dev_dbg(dev->class_dev, "jr3_pci_open\n");
        for (i = 0; i < dev->n_subdevices; i++) {
                s = &dev->subdevices[i];
                spriv = s->private;