commit | 1b20f6a9adaa4b88d520d279c3d605f65b898625 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Tue May 28 02:46:41 2013 +0400 |
committer | Tejun Heo <tj@kernel.org> | Tue May 28 09:18:08 2013 +0900 |
tree | 18e531d81727e66be43139fe771d584de6f426dd | |
parent | 8bfbeed58665dbbf63813017712bd0c8e978379e [diff] |
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 <sergei.shtylyov@cogentembedded.com> Signed-off-by: Tejun Heo <tj@kernel.org>