From: Ian Abbott Date: Wed, 27 Jun 2007 12:24:30 +0000 (+0000) Subject: Don't bother reporting any unsupported Amplicon cards that are found. X-Git-Tag: r0_7_74~69 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0825e9486caed961af088eef2fcb1e5dfbcc0de0;p=comedi.git Don't bother reporting any unsupported Amplicon cards that are found. --- diff --git a/comedi/drivers/amplc_pci230.c b/comedi/drivers/amplc_pci230.c index 5e26cd23..8c1206fc 100644 --- a/comedi/drivers/amplc_pci230.c +++ b/comedi/drivers/amplc_pci230.c @@ -351,8 +351,6 @@ static int pci230_attach(comedi_device *dev,comedi_devconfig *it) if(pci_dev->device == pci230_boards[i].id)break; } if(iminor,pci_dev->device); } if(!pci_dev){ printk("comedi%d: amplc_pci230: No PCI230 found\n",dev->minor);