staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issue
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 22 Jun 2012 23:34:57 +0000 (16:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Jun 2012 03:55:09 +0000 (20:55 -0700)
commitc11a1ea71bf2ce9a75a7071c785220a42f4c922a
tree7bd34fd35838bf12f8dcd477852aa62d040d1730
parent4fb209a56960bad241b41b0e0e451b6346b6aee4
staging: comedi: ni_daq_700: use a local var to fix a > 80 char line issue

The 'data[1] = ...' line is currently kept < 80 chars by breaking a pointer
access after the '->'. This makes the code a bit confusing to follow. Use
a local variable to shorten the line and make it clearer.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_daq_700.c