Jie Yang e648f6add2 ASoC: Intel: Fix the driver data not set issue
The priv_data is allocated again here wrongly, and it
is not set to the driver data after assignment. This
make the pdata->dev is NULL and oops occurs on the first
call to hsw_volume_put.

The resource has been allocated in driver probe callback
hsw_pcm_dev_probe, so here just remove this sencond
allocation is OK.

Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2014-11-04 11:44:08 +00:00
..
2014-06-16 11:39:45 +02:00
2014-09-15 15:52:03 +02:00
2014-08-15 18:06:56 -06:00
2014-06-16 11:39:45 +02:00
2014-10-10 22:13:25 -04:00