commit | 6b680f90c3300505a62e456b3c0e56de358f5d9a | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Wed Sep 05 18:29:25 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 05 20:01:37 2012 -0700 |
tree | 128201c2f80d96bf41fce8d0f3326fab44c72159 | |
parent | 40c4db8b6de1636e2bc9868c092fa0c3af398508 [diff] |
staging: comedi: amplc_dio200: remove subdevice pointer math Convert the comedi_subdevice access from pointer math to array access. Use a local variable for the subdevice pointer to keep the line < 80 chars. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>