commit | 586f3f0967e0666240e287fcda1af84e2244413b | [log] [tgz] |
---|---|---|
author | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Fri Mar 21 02:07:54 2025 -0700 |
committer | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Tue Apr 15 02:34:55 2025 -0700 |
tree | 9dc13fa355b7d2f65a7c84015ee40e6efc35f299 | |
parent | 403fdede9248d0f98510f470d310e6182b855b74 [diff] |
fix(xilinx): resolve misra rule 11.3 violations Fixed below MISRA violation: - MISRA Violation: MISRA-C:2012 R.11.3: - A cast shall not be performed between a pointer to object type and a pointer to a different object type. - Fix: - Removed unnecessary cast of pointers. Change-Id: Iba5dbec0784dcaa86e3a00bd213cbc2711d12029 Signed-off-by: Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com>