From: Nicolin Chen Date: Tue, 29 Oct 2013 09:06:27 +0000 (+0800) Subject: ASoC: wm8962: Fix null pointer pdata access in I2C probe() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ef3f2a8074af7aef9a32f4535c57f986364a60;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed