commit | c35fe2946b6e2b1e4e3fcf845289bcea791eb60a | [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 | e5adcfcdd143660bb9c3d56a44a42621066fca59 [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>