From: H Hartley Sweeten Date: Sat, 26 Jan 2013 01:37:41 +0000 (-0700) Subject: staging: comedi: ni_labpc_cs: remove thisboard macro X-Git-Tag: v3.9-rc1~127^2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e4733c34fd344fe17c7f6f8bd340d116f5377ec;p=pandora-kernel.git staging: comedi: ni_labpc_cs: 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 a local variable and use the comedi_board() helper to get the pointer. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed