Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[pandora-kernel.git] / drivers / staging / comedi / drivers / comedi_bond.c
index cfcbd9b..d8aefb2 100644 (file)
@@ -370,7 +370,7 @@ static int doDevConfig(struct comedi_device *dev, struct comedi_devconfig *it)
        struct comedi_device *devs_opened[COMEDI_NUM_BOARD_MINORS];
 
        memset(devs_opened, 0, sizeof(devs_opened));
-       devpriv->name[0] = 0;;
+       devpriv->name[0] = 0;
        /* Loop through all comedi devices specified on the command-line,
           building our device list */
        for (i = 0; i < COMEDI_NDEVCONFOPTS && (!i || it->options[i]); ++i) {