Staging: dt3155_drv.c: dereference dt3155_status[]
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 25 Jun 2010 16:59:33 +0000 (09:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jun 2010 18:18:34 +0000 (11:18 -0700)
Where used, dereference the global symbol dt3155_status[] as a local
pointer.  This improves the readability of the code and reduces the
overall length of some of the really long lines.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Scott Smedley <ss@aao.gov.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found