commit | fef2aa646fa4293e3dbbdd40158c8e318f936916 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Fri Apr 05 17:35:22 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 08 10:29:58 2013 -0700 |
tree | c24c041f716da2c24ff18deac830a74e91e4ce04 | |
parent | 9876d566f2083ddec61331d3988eaec76f5ef8f8 [diff] |
staging: comedi: das1800: remove 'thisboard' macro 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>