commit | db6de3675375b6738fa13bb92118ec56efcb7ac3 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Mon Apr 08 14:30:06 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 09 16:19:43 2013 -0700 |
tree | 276ae5548f7581e98954b11204330c3b13960600 | |
parent | 7ffb0a85763957983c260f5f08c250d45d1d4449 [diff] |
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 <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>