Re: [PATCH] crypto: ccree: add missing inline qualifier

2019-02-22 Thread Herbert Xu
On Mon, Feb 11, 2019 at 04:27:58PM +0200, Gilad Ben-Yossef wrote: > Commit 1358c13a48c4 ("crypto: ccree - fix resume race condition on init") > was missing a "inline" qualifier for stub function used when CONFIG_PM > is not set causing a build warning. > > Fixes: 1358c13a48c4 ("crypto: ccree -

Re: [PATCH] crypto: ccree: add missing inline qualifier

2019-02-18 Thread Gilad Ben-Yossef
Hi, On Mon, Feb 18, 2019 at 10:48 AM Geert Uytterhoeven wrote: > > On Mon, Feb 11, 2019 at 3:29 PM Gilad Ben-Yossef wrote: > > Commit 1358c13a48c4 ("crypto: ccree - fix resume race condition on init") > > was missing a "inline" qualifier for stub function used when CONFIG_PM > > is not set

Re: [PATCH] crypto: ccree: add missing inline qualifier

2019-02-18 Thread Geert Uytterhoeven
On Mon, Feb 11, 2019 at 3:29 PM Gilad Ben-Yossef wrote: > Commit 1358c13a48c4 ("crypto: ccree - fix resume race condition on init") > was missing a "inline" qualifier for stub function used when CONFIG_PM > is not set causing a build warning. > > Fixes: 1358c13a48c4 ("crypto: ccree - fix resume

[PATCH] crypto: ccree: add missing inline qualifier

2019-02-11 Thread Gilad Ben-Yossef
Commit 1358c13a48c4 ("crypto: ccree - fix resume race condition on init") was missing a "inline" qualifier for stub function used when CONFIG_PM is not set causing a build warning. Fixes: 1358c13a48c4 ("crypto: ccree - fix resume race condition on init") Cc: sta...@kernel.org # v4.20