git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef2aa6
)
staging: comedi: das800: remove 'thisboard' macro
author
H Hartley Sweeten
<hsweeten@visionengravers.com>
Sat, 6 Apr 2013 00:35:44 +0000
(17:35 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 8 Apr 2013 17:29:59 +0000
(10:29 -0700)
The 'thisboard' macro relies on a local variable having a specific
name and yields a pointer derived from that local variable.
Replace the macro with local variables and use the comedi_board()
helper to get the pointer.
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>
No differences found