Browse Source

Staging: Comedi: amplc_dio200: Fixed bracing issue

Fixed coding style error

Signed-off-by: Jake Champlin <jake.champlin.27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jake Champlin 12 years ago
parent
commit
4156a76037
1 changed files with 1 additions and 2 deletions
  1. 1 2
      drivers/staging/comedi/drivers/amplc_dio200.c

+ 1 - 2
drivers/staging/comedi/drivers/amplc_dio200.c

@@ -1977,8 +1977,7 @@ static int dio200_auto_attach(struct comedi_device *dev,
 		devpriv->io.u.iobase = (unsigned long)base;
 		devpriv->io.regtype = io_regtype;
 	}
-	switch (thisboard->model)
-	{
+	switch (thisboard->model) {
 	case pcie215_model:
 	case pcie236_model:
 	case pcie296_model: