2 Dec
2012
2 Dec
'12
5:14 a.m.
On Wed, Nov 21, 2012 at 02:36:59PM +0530, Sachin Kamat wrote:
if (!w) { dev_err(dapm->dev, "Failed to create %s widget\n", dai->driver->playback.stream_name);
} else {
}w->priv = dai;
This isn't a particularly sensible fix, we should be erroring out or something rather than limping along with the rest of the function.