From: H Hartley Sweeten Date: Mon, 8 Apr 2013 21:30:06 +0000 (-0700) Subject: staging: comedi: acl7225b: remove local var in acl7225b_attach() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db6de3675375b6738fa13bb92118ec56efcb7ac3;p=pandora-kernel.git staging: comedi: acl7225b: remove local var in acl7225b_attach() The 'iorange' local variable is only used in the request_region() call. Remove the variable and just use the board->io_range directly. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed