mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
local variables size is more then recommended values leading to compilation warning. So usign this patch we are fixing below compilation warnigs:- nvidia-oot/drivers/crypto/tegra-nvvse-cryptodev.c: In function ‘tnvvse_crypto_dev_ioctl’: nvidia-oot/drivers/crypto/tegra-nvvse-cryptodev.c:2103:1: warning: the frame size of 2224 bytes is larger than 2048 bytes [-Wframe-larger-than=] Bug 4064812 Change-Id: Ie5f0489c9733451f9a132e146790a18d3dd4d6f9 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2887287 Reviewed-by: Ashutosh Patel <ashutoshp@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Sandeep Trasi <strasi@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>