From: Ian Abbott Date: Mon, 16 May 2011 14:28:16 +0000 (+0100) Subject: staging: comedi: addi-data: Get rid of redundant ps_BoardInfo X-Git-Tag: v3.0-rc1~336^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0b3bf3abec4cd30c58e6311f913759a9e324d7;p=pandora-kernel.git staging: comedi: addi-data: Get rid of redundant ps_BoardInfo The ps_BoardInfo pointer in the device private data is redundant as we can just use the this_board macro to access the same data, as is done elsewhere in the code. Get rid of the pointer and change the code to use the this_board macro instead. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed