mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
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: H Hartley Sweeten <hsweeten@visionengravers.com> Reported-by: Geert Uytterhoeven <geert.uytterhoeven@gmail.com> Cc: Kumar Amit Mehta <gmate.amit@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
673f98ccac
commit
615c902fb8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user