Skip to content

Commit

Permalink
staging: comedi: cb_pcidas64: remove inline priv() function
Browse files Browse the repository at this point in the history
The inline priv() function simply returns the dev->private pointer
to the private data.

Remove the inline funciton and just use a local variable where the
private data is used.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent b776d05 commit 681d335
Showing 1 changed file with 466 additions and 411 deletions.
Loading

0 comments on commit 681d335

Please sign in to comment.