Skip to content

Commit

Permalink
Staging: Comedi: amplc_dio200: Fixed bracing issue
Browse files Browse the repository at this point in the history
Fixed coding style error

Signed-off-by: Jake Champlin <jake.champlin.27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jake Champlin authored and Greg Kroah-Hartman committed Jan 19, 2013
1 parent d6c19b6 commit 4156a76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/comedi/drivers/amplc_dio200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4156a76

Please sign in to comment.