aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/8255_pci.c
diff options
context:
space:
mode:
authorH Hartley Sweeten <hsweeten@visionengravers.com>2014-02-03 11:26:50 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-07 10:49:47 -0800
commitc93999c21319439c4fe2da85f2ec40ed477379ac (patch)
treea162310b4629e75e7bd84feb601c3d0340841ddd /drivers/staging/comedi/drivers/8255_pci.c
parentstaging: comedi: amplc_pci230: standardize error handling of subdev_8255_init() (diff)
downloadlinux-dev-c93999c21319439c4fe2da85f2ec40ed477379ac.tar.xz
linux-dev-c93999c21319439c4fe2da85f2ec40ed477379ac.zip
staging: comedi: drivers: remove final 'attach' messages
These messages are just added noise. Remove them. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/drivers/8255_pci.c')
-rw-r--r--drivers/staging/comedi/drivers/8255_pci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/comedi/drivers/8255_pci.c b/drivers/staging/comedi/drivers/8255_pci.c
index 8a57c3c1ade0..47321de629a7 100644
--- a/drivers/staging/comedi/drivers/8255_pci.c
+++ b/drivers/staging/comedi/drivers/8255_pci.c
@@ -235,9 +235,6 @@ static int pci_8255_auto_attach(struct comedi_device *dev,
return ret;
}
- dev_info(dev->class_dev, "%s attached (%d digital i/o channels)\n",
- dev->board_name, board->n_8255 * 24);
-
return 0;
}