Commit 4f7b006f authored by Eisha Chen-yen-su's avatar Eisha Chen-yen-su Committed by Greg Kroah-Hartman
Browse files

staging: comedi: Remove a "tracing" call



Remove a "tracing" call as it is not needed anymore
because there is an in-kernel function for that.

Signed-off-by: default avatarEisha Chen-yen-su <chenyensu0@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81286d3e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;