Re: [PATCH 00/10] ASoC: codec: devm_ related modifications

2012-11-25 Thread Tushar Behera
On 11/23/2012 08:07 PM, Mark Brown wrote: > On Thu, Nov 22, 2012 at 09:38:32AM +0530, Tushar Behera wrote: >> This patchset includes devm_ related modifications for sound codecs. >> >> First 2 patches fix warning for freeing of devm_ allocated data. >> The next patch introduces usage of devm_kzallo

Re: [PATCH 00/10] ASoC: codec: devm_ related modifications

2012-11-23 Thread Mark Brown
On Thu, Nov 22, 2012 at 09:38:32AM +0530, Tushar Behera wrote: > This patchset includes devm_ related modifications for sound codecs. > > First 2 patches fix warning for freeing of devm_ allocated data. > The next patch introduces usage of devm_kzalloc() in wm8995 codec. > Following 7 patches intr