]> Pileus Git - ~andy/linux/commit
ASoC: ux500: Provide better checking for Device Tree and/or Platform Data
authorLee Jones <lee.jones@linaro.org>
Thu, 19 Dec 2013 15:55:00 +0000 (15:55 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 7 Jan 2014 15:37:19 +0000 (15:37 +0000)
commita61f9e314ad8ab9434ddd989b857ed93fdc725e2
treec1f0a8337859d772a55d9319aaf94e1eba182ae5
parent0475680b5c2ef4bbdc3af1f6cfd014ea08c8d981
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>
sound/soc/ux500/ux500_msp_dai.c