commit | a61f9e314ad8ab9434ddd989b857ed93fdc725e2 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Thu Dec 19 15:55:00 2013 +0000 |
committer | Mark Brown <broonie@linaro.org> | Tue Jan 07 15:37:19 2014 +0000 |
tree | c1f0a8337859d772a55d9319aaf94e1eba182ae5 | |
parent | 0475680b5c2ef4bbdc3af1f6cfd014ea08c8d981 [diff] |
ASoC: ux500: Provide better checking for Device Tree and/or Platform Data These drivers will not work without platform specific data, which is passed in via Device Tree or Platform Data. To avoid the chance of NULL pointer dereferencing and alike, let's ensure we have at least one of the methods in play before continuing. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>