]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: comedi: skel: remove thisboard macro
authorIan Abbott <abbotti@mev.co.uk>
Thu, 1 Nov 2012 14:02:13 +0000 (14:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 15:46:01 +0000 (08:46 -0700)
commit99633048bf82327e5ef752627e27a0f031701000
treea7fdf2ce4907fa5d4fb55a170c69f320540d304f
parenta29f7a9525f9d8bae1614c0295a008029dfd3079
staging: comedi: skel: remove thisboard macro

This driver's `thisboard` macro relies on a local variable having a
specific name.  Replace it with a local variable of the same name in the
functions that use it.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/skel.c