]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
staging: comedi: acl7225b: remove local var in acl7225b_attach()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 8 Apr 2013 21:30:06 +0000 (14:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2013 23:19:43 +0000 (16:19 -0700)
commitdb6de3675375b6738fa13bb92118ec56efcb7ac3
tree276ae5548f7581e98954b11204330c3b13960600
parent7ffb0a85763957983c260f5f08c250d45d1d4449
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>
drivers/staging/comedi/drivers/acl7225b.c