Re: [RFC PATCH cryptodev] crypto: cc_sec_disable can be static

2019-04-28 Thread Gilad Ben-Yossef
On Fri, Apr 26, 2019 at 4:03 AM kbuild test robot wrote: > > > Fixes: f98f6e2134bd ("crypto: ccree - add support for sec disabled mode") > Signed-off-by: kbuild test robot Acked-By: Gilad Ben-Yossef Thanks! Gilad -- Gilad Ben-Yossef Chief Coffee Drinker values of β will give rise to dom!

[RFC PATCH cryptodev] crypto: cc_sec_disable can be static

2019-04-25 Thread kbuild test robot
Fixes: f98f6e2134bd ("crypto: ccree - add support for sec disabled mode") Signed-off-by: kbuild test robot --- cc_driver.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/ccree/cc_driver.c b/drivers/crypto/ccree/cc_driver.c index 255d236..13b54a2 100644 ---