git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
190af12
)
ASoC: fsl_sai: Sort local variable in general way
author
Nicolin Chen
<Guangyu.Chen@freescale.com>
Fri, 20 Dec 2013 08:41:05 +0000
(16:41 +0800)
committer
Mark Brown
<broonie@linaro.org>
Sat, 21 Dec 2013 14:47:40 +0000
(14:47 +0000)
Generally we would write code for local variable like:
static new_func()
{
struct xxx *yyy;
...
int ret;
}
But this driver only follows this pattern for some functions, not all.
Thus this patch sorts the local variable in the general way.
Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Reviewed-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_sai.c
patch
|
blob
|
history
diff --cc
sound/soc/fsl/fsl_sai.c
Simple merge