aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhinav Asati <asatiabhi@codeaurora.org>2019-07-29 13:51:26 +0530
committerJulan Hsu <julanhsu@google.com>2019-08-23 05:58:58 +0000
commitcfc87773959839d4933623566463d0f9a8b341f8 (patch)
treeb6ddc85bc9c0f4171604b9751ded66ee464bbc57
parent2205511e6b7459b812694d84612a417335422ac9 (diff)
Revert "INTERNAL: misc: fastrpc: Increase FILELEN_MAX to 100"
This reverts commit 148c03640fe9ccdb54995707056babc2be655e8d. BUG=b:137202421 TEST=None Signed-off-by: Abhinav Asati <asatiabhi@codeaurora.org> Change-Id: I55a3d03809bd835a4f2eeb73877549e925c1195f Signed-off-by: Vamsi Singamsetty <vamssi@codeaurora.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/1724475 Reviewed-by: Julan Hsu <julanhsu@google.com> Tested-by: Julan Hsu <julanhsu@google.com> Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
-rw-r--r--drivers/misc/fastrpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/fastrpc.c b/drivers/misc/fastrpc.c
index 83f7c62c4514..4cce5c79392a 100644
--- a/drivers/misc/fastrpc.c
+++ b/drivers/misc/fastrpc.c
@@ -32,7 +32,7 @@
#define FASTRPC_CTX_MAX (256)
#define FASTRPC_INIT_HANDLE 1
#define FASTRPC_CTXID_MASK (0xFF0)
-#define INIT_FILELEN_MAX (100 * 1024 * 1024)
+#define INIT_FILELEN_MAX (64 * 1024 * 1024)
#define INIT_MEMLEN_MAX (8 * 1024 * 1024)
#define FASTRPC_DEVICE_NAME "fastrpc"