Re: [alsa-devel] [PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-14 Thread kbuild test robot
Hi Colin, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [cannot apply to next-20180314] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [alsa-devel] [PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-14 Thread kbuild test robot
Hi Colin, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [cannot apply to next-20180314] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [alsa-devel] [PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-14 Thread kbuild test robot
Hi Colin, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [cannot apply to next-20180314] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [alsa-devel] [PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-14 Thread kbuild test robot
Hi Colin, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [cannot apply to next-20180314] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-13 Thread Colin Ian King
On 13/03/18 16:21, Mark Brown wrote: > On Tue, Mar 13, 2018 at 01:36:26PM +, Colin King wrote: >> From: Colin Ian King >> >> The pointer cpu_dai is assigned a value but the pointer is never >> read, hence it is redundant and can be removed. > > There's some

Re: [PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-13 Thread Colin Ian King
On 13/03/18 16:21, Mark Brown wrote: > On Tue, Mar 13, 2018 at 01:36:26PM +, Colin King wrote: >> From: Colin Ian King >> >> The pointer cpu_dai is assigned a value but the pointer is never >> read, hence it is redundant and can be removed. > > There's some subsequent patches to that driver

Re: [PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-13 Thread Mark Brown
On Tue, Mar 13, 2018 at 01:36:26PM +, Colin King wrote: > From: Colin Ian King > > The pointer cpu_dai is assigned a value but the pointer is never > read, hence it is redundant and can be removed. There's some subsequent patches to that driver which I think

Re: [PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-13 Thread Mark Brown
On Tue, Mar 13, 2018 at 01:36:26PM +, Colin King wrote: > From: Colin Ian King > > The pointer cpu_dai is assigned a value but the pointer is never > read, hence it is redundant and can be removed. There's some subsequent patches to that driver which I think provide an alternative fix for

[PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-13 Thread Colin King
From: Colin Ian King The pointer cpu_dai is assigned a value but the pointer is never read, hence it is redundant and can be removed. Cleans up clang warning: sound/soc/samsung/snow.c:45:2: warning: Value stored to 'cpu_dai' is never read Signed-off-by: Colin Ian King

[PATCH][next] ASoC: samsung: remove redundant pointer cpu_dai

2018-03-13 Thread Colin King
From: Colin Ian King The pointer cpu_dai is assigned a value but the pointer is never read, hence it is redundant and can be removed. Cleans up clang warning: sound/soc/samsung/snow.c:45:2: warning: Value stored to 'cpu_dai' is never read Signed-off-by: Colin Ian King ---