Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83999652 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: serial2002: remove attach dev_dbg() noise



This is just added noise. Remove it.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent adbd1741
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -744,7 +744,6 @@ static int serial2002_attach(struct comedi_device *dev,
	struct comedi_subdevice *s;
	int ret;

	dev_dbg(dev->class_dev, "serial2002: attach\n");
	dev->board_name = dev->driver->driver_name;

	devpriv = kzalloc(sizeof(*devpriv), GFP_KERNEL);
@@ -756,8 +755,6 @@ static int serial2002_attach(struct comedi_device *dev,
	dev->close = serial_2002_close;
	devpriv->port = it->options[0];
	devpriv->speed = it->options[1];
	dev_dbg(dev->class_dev, "/dev/ttyS%d @ %d\n", devpriv->port,
		devpriv->speed);

	ret = comedi_alloc_subdevices(dev, 5);
	if (ret)