Re: [PATCH] ASoC: wm8804: Use common error handling code in wm8804_probe()

2017-11-19 Thread Charles Keepax
On Sun, Nov 19, 2017 at 08:04:28AM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 19 Nov 2017 07:55:49 +0100 > > * Add a jump target so that a specific error message is stored only once > at the end of this function implementation. > > * Replace two calls of the function "

[PATCH] ASoC: wm8804: Use common error handling code in wm8804_probe()

2017-11-18 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 19 Nov 2017 07:55:49 +0100 * Add a jump target so that a specific error message is stored only once at the end of this function implementation. * Replace two calls of the function "dev_err" by goto statements. This issue was detected by using the Coccinelle sof