commit | d9e3c4cc6801b03bce6dd31ba0e1a6acff8f8a1a | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Apr 19 15:25:07 2011 -0600 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Apr 20 13:49:35 2011 +0100 |
tree | e82f734773539f03b92eb52bb492114419747439 | |
parent | 773b1d3d31bbf7257c48f6257b4ab06bcf4f5dfa [diff] |
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 <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>