git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78b78f5
)
ASoC: wm8962: Fix null pointer pdata access in I2C probe()
author
Nicolin Chen
<b42378@freescale.com>
Tue, 29 Oct 2013 09:06:27 +0000
(17:06 +0800)
committer
Mark Brown
<broonie@linaro.org>
Tue, 29 Oct 2013 16:33:51 +0000
(09:33 -0700)
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>
No differences found