Files
Ghennadi Procopciuc 8ee0fc3199 fix(nxp-clk): function parameter should not be modified
The function 'update_stack_depth' modifies the value of the 'depth'
parameter passed by reference. Typically, the caller recevies this
parameter by value, and it is then passed to 'update_stack_depth' by
reference. This violates MISRA 17.8 rule. To address this issue, a new
local variable is introduced to store the value of 'depth'.

Change-Id: Ia37f4ede9e6558f778bdda17b7b195f1f50d0c30
Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
2024-09-30 14:16:00 +03:00
..
2024-06-14 15:54:48 +00:00
2023-05-09 15:57:12 +01:00
2024-06-14 15:54:48 +00:00
2023-05-09 15:57:12 +01:00
2023-05-09 15:57:12 +01:00
2023-06-30 10:24:05 +08:00