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-Tag: v3.19-rc1~66^2~102 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bbef9b17ebcf2b5f95ce7365f1f8d4d2bdc14431;p=karo-tx-linux.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; }