1 From 84a8007b6e92fe4c2696cc9e330207ee03303a20 Mon Sep 17 00:00:00 2001
2 From: Cristian Stoica <cristian.stoica@freescale.com>
3 Date: Thu, 19 Feb 2015 13:09:32 +0200
4 Subject: [PATCH 25/26] cryptodev: put_dev_crypto should be an int
6 Change-Id: Ie0a83bc07a37132286c098b17ef35d98de74b043
7 Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com>
8 Reviewed-on: http://git.am.freescale.net:8181/34220
10 crypto/engine/eng_cryptodev.c | 8 +++++---
11 1 file changed, 5 insertions(+), 3 deletions(-)
13 diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c
14 index b74fc7c..c9db27d 100644
15 --- a/crypto/engine/eng_cryptodev.c
16 +++ b/crypto/engine/eng_cryptodev.c
17 @@ -347,10 +347,12 @@ static int get_dev_crypto(void)
21 -static void put_dev_crypto(int fd)
22 +static int put_dev_crypto(int fd)
24 -#ifndef CRIOGET_NOT_NEEDED
26 +#ifdef CRIOGET_NOT_NEEDED