staging: Remove unnecessary semicolons when for (foo) {...};
[firefly-linux-kernel-4.4.55.git] / drivers / staging / comedi / drivers / pcl724.c
index 396a058bb67dc242721408498dd2734370e145a6..61b075db66ef425e65b99456c427429b783bdc5e 100644 (file)
@@ -209,7 +209,7 @@ static int pcl724_attach(struct comedi_device *dev, struct comedi_devconfig *it)
                                         subdev_8255_cb,
                                         (unsigned long)(dev->iobase +
                                                         SIZE_8255 * i));
-       };
+       }
 
        return 0;
 }