[PATCH] ASoC: DaVinci: fix kernel panic due to uninitialized platform_data
From: Mark Brown <hidden>
Date: 2011-01-28 12:25:09
Also in:
alsa-devel, lkml
From: Mark Brown <hidden>
Date: 2011-01-28 12:25:09
Also in:
alsa-devel, lkml
On Thu, Jan 27, 2011 at 07:17:43PM +0530, Manjunathappa, Prakash wrote:
This patch fixes the Kernel panic issue on accessing davinci_vc in cq93vc_probe function. struct davinci_vc is part of platform device's private driver data(codec->dev->p->driver_data) and this is populated by DaVinci Voice Codec MFD driver. Signed-off-by: Manjunathappa, Prakash <redacted>
Applied, thanks.