Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1478268

Re: [PATCH] crypto: qce: Initialize core src clock @100Mhz

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Re: [PATCH] crypto: qce: Initialize core src clock @100Mhz
Date 2016-09-07 15:00 +0200
Message-ID <seKCl-8iW-9@gated-at.bofh.it> (permalink)
References <sdmiK-7Ks-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sat, Sep 03, 2016 at 07:45:35PM +0300, Iaroslav Gridin wrote:
>
> @@ -247,6 +261,8 @@ err_clks_iface:
>  	clk_disable_unprepare(qce->iface);
>  err_clks_core:
>  	clk_disable_unprepare(qce->core);
> +err_clks_core_src:
> +	clk_disable_unprepare(qce->core_src);

What about qce_crypto_remove?

Cheers,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] crypto: qce: Initialize core src clock @100Mhz Iaroslav Gridin <voker57@gmail.com> - 2016-09-03 18:50 +0200
  Re: [PATCH] crypto: qce: Initialize core src clock @100Mhz Herbert Xu <herbert@gondor.apana.org.au> - 2016-09-07 15:00 +0200
  Re: [PATCH] crypto: qce: Initialize core src clock @100Mhz Stanimir Varbanov <svarbanov@mm-sol.com> - 2016-09-07 15:10 +0200
    Re: [PATCH] crypto: qce: Initialize core src clock @100Mhz Iaroslav Gridin <voker57@gmail.com> - 2016-09-07 18:20 +0200
    Re: [PATCH] crypto: qce: Initialize core src clock @100Mhz Iaroslav Gridin <voker57@gmail.com> - 2016-09-07 19:30 +0200

csiph-web