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>
This commit is contained in:
Jake Champlin 2013-01-18 20:23:36 -05:00 committed by Greg Kroah-Hartman
parent d6c19b6e7a
commit 4156a76037
1 changed files with 1 additions and 2 deletions

View File

@ -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: