From: H Hartley Sweeten Date: Thu, 24 Jun 2010 16:31:13 +0000 (-0700) Subject: Staging: d53155_drv.c: cleanup fbuffer usage X-Git-Tag: v2.6.36-rc1~520^2~1^2~317 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17701d14b613b8495cdd8b803c22d3f33d1face8;p=pandora-kernel.git Staging: d53155_drv.c: cleanup fbuffer usage The global symbol dt3155_fbuffer[], declared in dt3155_isr.c, is really just a pointer to dt3155_status[].fbuffer. To improve readability, make some of the really long lines shorter, and make the buffer access more consistent, use &dt3155_status[].fbuffer to access the buffer structure. Signed-off-by: H Hartley Sweeten Cc: Scott Smedley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed