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

Commit 615c902f authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: ni_atmio: fix build error due to missing '; '



Fix a build error due to a missing ';' at the end of a line.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reported-by: default avatarGeert Uytterhoeven <geert.uytterhoeven@gmail.com>
Cc: Kumar Amit Mehta <gmate.amit@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 673f98cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ static int ni_atmio_attach(struct comedi_device *dev,
		return -EIO;

	dev->board_ptr = ni_boards + board;
	boardtype = comedi_board(dev)
	boardtype = comedi_board(dev);

	printk(" %s", boardtype->name);
	dev->board_name = boardtype->name;