Re: [PATCH] ASoC: bells: Use common error handling code in bells_set_bias_level_post()

2017-11-19 Thread Krzysztof Kozlowski
On Sun, Nov 19, 2017 at 3:08 PM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 19 Nov 2017 15:00:22 +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 macro "pr_err" by go

[PATCH] ASoC: bells: Use common error handling code in bells_set_bias_level_post()

2017-11-19 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 19 Nov 2017 15:00:22 +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 macro "pr_err" by goto statements. This issue was detected by using the Coccinelle softwar