commit | c5914b0aaea6494aaa9e415cbd32f8b7eb604af0 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Wed Oct 30 17:47:39 2013 -0700 |
committer | Mark Brown <broonie@linaro.org> | Thu Oct 31 10:57:47 2013 -0700 |
tree | 942c1b91cbd885c74b80879a6fd23d61498dd9d1 | |
parent | a19685cb72bb6a80ac453e76b3ab3bb7770e1742 [diff] |
ASoC: pcm: Check for ops before deferencing them Ensure that we always check that an ops structure is present before we try to use it, improving the robustness of the system. Reported-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Mark Brown <broonie@linaro.org>