From: H Hartley Sweeten Date: Wed, 31 Oct 2012 23:58:25 +0000 (-0700) Subject: staging: comedi: addi-data: remove 'b_ValidDriver' from the private data X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~720 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0e3b8b159499658dabe54753b5d306045928db;p=pandora-kernel.git staging: comedi: addi-data: remove 'b_ValidDriver' from the private data This variable is only used in the detach of the addi-data boards to indicate that the attach of the board was successful and that the reset function can be called. We can use the dev->iobase variable to indicate this instead. Once this variable is set the attach always completes. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed