mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
len which is of type size_t is checked with UINT_MAX. The condition will result into an issue when len is more than UINT_MAX. Hence remove this incorrect check. Bug 4650102 Change-Id: Ie1a5de8e3fbdb56aff1a15456db81cc449c63bbf Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3154778 Tested-by: Ashish Mhetre <amhetre@nvidia.com> Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Ashish Mhetre <amhetre@nvidia.com>