mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: comedi: serial2002: remove attach dev_dbg() noise
This is just added noise. Remove it. 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>
This commit is contained in:
parent
adbd1741a5
commit
8399965210
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user