From: Kuninori Morimoto Date: Wed, 2 Dec 2009 06:11:08 +0000 (+0900) Subject: ASoC: sh_fsi: avoid using global variable X-Git-Tag: v2.6.35-rc6~9^2~7^2~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f6e0645be42f93c0f90dfcc93b9d2d277c2ee6;p=pandora-kernel.git ASoC: sh_fsi: avoid using global variable Current FSI driver use global variable to access device data. But this style will be broken if SuperH come with multiple FSI blocks in future. To solve this problem, this patch use cpu_dai->private_data. Signed-off-by: Kuninori Morimoto Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed