From: Stephen Warren Date: Tue, 19 Apr 2011 21:25:07 +0000 (-0600) Subject: ASoC: Tegra: wm8903 probe: Don't call machine_is_*() X-Git-Tag: v3.0-rc1~347^2~1^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e3c4cc6801b03bce6dd31ba0e1a6acff8f8a1a;p=pandora-kernel.git ASoC: Tegra: wm8903 probe: Don't call machine_is_*() This machine driver is a platform driver, and hence will only be instantiated on the correct machines. Hence, there is no need to check the current machine during probe. (Applying Mark's TrimSlice review comments to the existing driver) Signed-off-by: Stephen Warren Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed