From: Nicolin Chen Date: Fri, 20 Dec 2013 08:41:05 +0000 (+0800) Subject: ASoC: fsl_sai: Sort local variable in general way X-Git-Tag: v3.14-rc1~143^2~1^2~38^2^31~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e3a99f5b004b30bc604d82e5498700649148e0d;p=pandora-kernel.git ASoC: fsl_sai: Sort local variable in general way 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 Reviewed-by: Xiubo Li Signed-off-by: Mark Brown --- Reading git-diff-tree failed