Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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: