From: Sergei Shtylyov Date: Mon, 27 May 2013 22:46:41 +0000 (+0400) Subject: sata_rcar: add 'base' local variable to some functions X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~16^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b20f6a9adaa4b88d520d279c3d605f65b898625;p=pandora-kernel.git sata_rcar: add 'base' local variable to some functions The 'base' field of 'struct sata_rcar_priv' is used very often throughout the driver, so it seems worth loading it into a local variable if it's used more than once in a function. While at it, put some unitialized variables after intialized ones for aesthetic reasons. :-) Signed-off-by: Sergei Shtylyov Signed-off-by: Tejun Heo --- Reading git-diff-tree failed