mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
4267008096dca3042329d2f52a705e89d8f047f7
Starting with kernel 5.7-rc3, the debugfs_create_u32 function returns void instead of (struct dentry *). The rationale was that the returned value was never used, and indeed it was not used within NVGPU. JIRA HK123-39 Change-Id: Ic8c2aaf9c84bcf016ed7a0183d84da311e4027d0 Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2337859 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided