Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4dccc4e authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

Revert "Crypto: Update reaper timeout to 10ms"



This reverts commit 7e26d7f9
With this patch device freeze is seen during the stability tests
so this patch reverts the initial change.

Change-Id: Ie221dfb231bbce33fa64cef5881a680fbe39bbd3
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent 60683268
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Qualcomm Crypto driver
 *
 * Copyright (c) 2010-2014, The Linux Foundation. All rights reserved.
 * Copyright (c) 2010-2015, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -56,7 +56,7 @@
 */
#define MAX_ALIGN_SIZE  0x40

#define QCRYPTO_HIGH_BANDWIDTH_TIMEOUT 10
#define QCRYPTO_HIGH_BANDWIDTH_TIMEOUT 1000

/* are FIPS self tests done ?? */
static bool is_fips_qcrypto_tests_done;