Commit 4156a760 authored by Jake Champlin's avatar Jake Champlin Committed by Greg Kroah-Hartman

Staging: Comedi: amplc_dio200: Fixed bracing issue

Fixed coding style error
Signed-off-by: default avatarJake Champlin <jake.champlin.27@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6c19b6e
...@@ -1977,8 +1977,7 @@ static int dio200_auto_attach(struct comedi_device *dev, ...@@ -1977,8 +1977,7 @@ static int dio200_auto_attach(struct comedi_device *dev,
devpriv->io.u.iobase = (unsigned long)base; devpriv->io.u.iobase = (unsigned long)base;
devpriv->io.regtype = io_regtype; devpriv->io.regtype = io_regtype;
} }
switch (thisboard->model) switch (thisboard->model) {
{
case pcie215_model: case pcie215_model:
case pcie236_model: case pcie236_model:
case pcie296_model: case pcie296_model:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment