]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: pcl711: replace comedi_board() calls
authorIan Abbott <abbotti@mev.co.uk>
Tue, 9 Sep 2014 10:26:46 +0000 (11:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:32:53 +0000 (14:32 -0700)
commitb825f6c31682a0f9f0992c45f12a296a7df43346
tree206869844b869563ac1cc1892a1b1dcaf9c19a75
parent068be4998bc72ab98e67e85d1b31b554d93ed27d
staging: comedi: pcl711: 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/pcl711.c