Re: [PATCH 2/3] ASoC: da7218: Use common error handling code in da7218_of_to_pdata()

2017-11-24 Thread Mark Brown
On Fri, Nov 24, 2017 at 12:03:32PM +, Adam Thomson wrote: > On 23 November 2017 20:06, SF Markus Elfring wrote: > > Add a jump target so that a bit of exception handling can be better reused > > in an if branch of this function. > Hmm. Doesn't really gain an awful lot this. Would understand i

RE: [PATCH 2/3] ASoC: da7218: Use common error handling code in da7218_of_to_pdata()

2017-11-24 Thread Adam Thomson
On 23 November 2017 20:06, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 23 Nov 2017 20:48:05 +0100 > > Add a jump target so that a bit of exception handling can be better reused > in an if branch of this function. > > Signed-off-by: Markus Elfring Hmm. Doesn't really gain an a

[PATCH 2/3] ASoC: da7218: Use common error handling code in da7218_of_to_pdata()

2017-11-23 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 23 Nov 2017 20:48:05 +0100 Add a jump target so that a bit of exception handling can be better reused in an if branch of this function. Signed-off-by: Markus Elfring --- sound/soc/codecs/da7218.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) dif