From: H Hartley Sweeten Date: Thu, 20 Nov 2014 22:10:58 +0000 (-0700) Subject: staging: comedi: adv_pci1724: remove unnecessary dev_info() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bbef9b17ebcf2b5f95ce7365f1f8d4d2bdc14431;p=deliverable%2Flinux.git staging: comedi: adv_pci1724: remove unnecessary dev_info() Remove the unnecessary noise at the end of the (*auto_attach). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/adv_pci1724.c b/drivers/staging/comedi/drivers/adv_pci1724.c index fdcf3ab7af5f..b5b54b90d2ae 100644 --- a/drivers/staging/comedi/drivers/adv_pci1724.c +++ b/drivers/staging/comedi/drivers/adv_pci1724.c @@ -191,8 +191,6 @@ static int adv_pci1724_auto_attach(struct comedi_device *dev, if (ret) return ret; - dev_info(dev->class_dev, "%s (pci %s) attached, board id: %u\n", - dev->board_name, pci_name(pcidev), board_id); return 0; }