commit | b5ef3f2a8074af7aef9a32f4535c57f986364a60 | [log] [tgz] |
---|---|---|
author | Nicolin Chen <b42378@freescale.com> | Tue Oct 29 17:06:27 2013 +0800 |
committer | Mark Brown <broonie@linaro.org> | Tue Oct 29 09:33:51 2013 -0700 |
tree | 40fbe74c16387f8e2ce8426775d095c8d5ba76a4 | |
parent | 78b78f5c019e5c68c88afad4b0d3070becde939e [diff] |
ASoC: wm8962: Fix null pointer pdata access in I2C probe() When using DT binding to pass private data, there would be Kernel panic occuring due to NULL pointer access in wm8962_i2c_probe(). Thus fix it. Signed-off-by: Nicolin Chen <b42378@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>