The (*auto_attach) in this driver will set the dev->board_name and the comedi 
core
will set it when using the legacy (*attach). Remove the unnecessary 
initialization
in pci9118_common_attach().

Signed-off-by: H Hartley Sweeten <hswee...@visionengravers.com>
Cc: Ian Abbott <abbo...@mev.co.uk>
Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
---
 drivers/staging/comedi/drivers/adl_pci9118.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c 
b/drivers/staging/comedi/drivers/adl_pci9118.c
index 6471f2c..c582301 100644
--- a/drivers/staging/comedi/drivers/adl_pci9118.c
+++ b/drivers/staging/comedi/drivers/adl_pci9118.c
@@ -1773,7 +1773,6 @@ static int pci9118_common_attach(struct comedi_device 
*dev, int disable_irq,
        int ret, pages, i;
        u16 u16w;
 
-       dev->board_name = this_board->name;
        ret = comedi_pci_enable(dev);
        if (ret)
                return ret;
-- 
2.0.3

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to