]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: pcmuio: replace comedi_board() calls
authorIan Abbott <abbotti@mev.co.uk>
Tue, 9 Sep 2014 10:26:54 +0000 (11:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:32:53 +0000 (14:32 -0700)
commitd2cf0f26dac160e6b7d0e98ff3a1f3ec5b2d5be5
treef7b1e969060a3acfbdd949bccf5b87d53928b9a9
parentaf15187c8a725e3bce16d57c16af01de041ab8d3
staging: comedi: pcmuio: replace comedi_board() calls

The `comedi_board(dev)` inline function calls just return
`dev->board_ptr`.  Expand the inline function calls.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcmuio.c