mirror of https://gitee.com/openkylin/linux.git
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:
parent
d6c19b6e7a
commit
4156a76037
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue