commit | b8434b181aa84d205f1192541db3a670176b8c16 | [log] [tgz] |
---|---|---|
author | Naman Patel <naman.patel@amd.com> | Wed Nov 16 01:54:23 2022 -0800 |
committer | Naman Patel <naman.patel@amd.com> | Thu Nov 24 05:25:48 2022 -0800 |
tree | b463fce96b06029622ff55d5a94485e217603b58 | |
parent | d02432260c673fa560ab2a6380632fd48077974e [diff] |
fix(versal): initialize the variable with value 0 in pm code Remove zeromem function as the array is already initialized with value 0. MISRA Violation: MISRA C-2012 Rule 9.1 - Initialize the array/variable with a value 0 to resolve the misra warnings in pm_service component. Signed-off-by: Naman Patel <naman.patel@amd.com> Change-Id: I1a3d44a7ae4088a3034eb0119d82b99cd4617ccd