mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Initialze max_ioctl_requests to 0 to fix "Using uninitialized value" coverity violation. max_ioctl_requests variable will not be used if IOCTL operations are not supported on that virtual partition. So, initializing it to 0 will not have any impact. CID 10165591 Bug 3952896 Change-Id: Icb50d8af08d6da854bba358722439d5c2ef2a028 Signed-off-by: Sanjith T D <std@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2849581 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-by: Vipin Kumar <vipink@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>