Skip to content

Commit

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

Remove the inline function 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 7e6c9bf commit 8c12ec2
Showing 1 changed file with 90 additions and 74 deletions.
Loading

0 comments on commit 8c12ec2

Please sign in to comment.