Re: [PATCH 3/3] crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferral

2020-09-11 Thread Herbert Xu
On Thu, Sep 03, 2020 at 08:04:00PM +0200, Krzysztof Kozlowski wrote: > Pass the error directly from devm_clk_get() to describe the real reason, > instead of fixed ENOENT. Do not print error messages on deferred probe. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/crypto/s5p-sss.c | 15

Re: [PATCH 3/3] crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferral

2020-09-04 Thread Kamil Konieczny
On 9/3/20 8:04 PM, Krzysztof Kozlowski wrote: > Pass the error directly from devm_clk_get() to describe the real reason, > instead of fixed ENOENT. Do not print error messages on deferred probe. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/crypto/s5p-sss.c | 15 +++ >

[PATCH 3/3] crypto: s5p-sss - Pass error from clk_get and reduce verbosity on deferral

2020-09-03 Thread Krzysztof Kozlowski
Pass the error directly from devm_clk_get() to describe the real reason, instead of fixed ENOENT. Do not print error messages on deferred probe. Signed-off-by: Krzysztof Kozlowski --- drivers/crypto/s5p-sss.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git