mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
A previous change shifted from k*alloc to v*alloc as physically contiguos memory was not really required. A kfree was left out in error paths. Fix this problem by using vfree instead. Bug 200621525 Change-Id: I1074d84a2366cc52d172b5817de2d7df60a23028 Signed-off-by: Anup Mahindre <amahindre@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2373692 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Ken Adams <kadams@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>