mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: unit: init empty JAMA strings
When JAMA-related data is not being used, make sure that the corresponding strings are still initialized otherwise it could cause issues in QNX. JIRA NVGPU-2937 Change-Id: I73cecf2e056820177e8973992f3b1c34f4d65d8f Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2074038 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6be055e7be
commit
819921c543
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -146,6 +146,9 @@ struct unit_module {
|
||||
.name = #__name, \
|
||||
.fn = __fn, \
|
||||
.args = __args, \
|
||||
.jama.requirement = "", \
|
||||
.jama.unique_id = "", \
|
||||
.jama.verification_criteria = "", \
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user