Re: [PATCH] ASoC: Intel: Skylake: remove unused 'out_fmt' variable

2016-12-08 Thread Mark Brown
On Wed, Dec 07, 2016 at 10:01:42PM -0800, Kirtika Ruchandani wrote: > Commit 4cd9899f0d16 introduced struct skl_module_fmt* out_fmt without > using it. Compiling with W=1 gives the below warning, fix it. git can't parse this or your second patch, I can't immediately see what's wrong but please che

Re: [PATCH] ASoC: Intel: Skylake: remove unused 'out_fmt' variable

2016-12-08 Thread Vinod Koul
On Thu, Dec 08, 2016 at 03:30:01PM +0530, Vinod Koul wrote: > On Wed, Dec 07, 2016 at 10:01:42PM -0800, Kirtika Ruchandani wrote: > > Commit 4cd9899f0d16 introduced struct skl_module_fmt* out_fmt without > > using it. Compiling with W=1 gives the below warning, fix it. > > > > sound/soc/intel/skyl

Re: [PATCH] ASoC: Intel: Skylake: remove unused 'out_fmt' variable

2016-12-08 Thread Vinod Koul
On Wed, Dec 07, 2016 at 10:01:42PM -0800, Kirtika Ruchandani wrote: > Commit 4cd9899f0d16 introduced struct skl_module_fmt* out_fmt without > using it. Compiling with W=1 gives the below warning, fix it. > > sound/soc/intel/skylake/skl-topology.c: In function > ‘skl_tplg_update_buffer_size’: > so

[PATCH] ASoC: Intel: Skylake: remove unused 'out_fmt' variable

2016-12-07 Thread Kirtika Ruchandani
Commit 4cd9899f0d16 introduced struct skl_module_fmt* out_fmt without using it. Compiling with W=1 gives the below warning, fix it. sound/soc/intel/skylake/skl-topology.c: In function ‘skl_tplg_update_buffer_size’: sound/soc/intel/skylake/skl-topology.c:301:34: warning: variable ‘out_fmt’ set bu