Commit 2e446f50 authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Tegra194: sip_calls: mark unused parameter as const



This patch marks the unused parameter 'cookie', to the
plat_sip_handler() function, as const to fix an issue
flagged by the MISRA scan.

Change-Id: I53fdd2caadf43fef17fbc3a50a18bf7fdbd42d39
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 42de0384
...@@ -51,7 +51,7 @@ int plat_sip_handler(uint32_t smc_fid, ...@@ -51,7 +51,7 @@ int plat_sip_handler(uint32_t smc_fid,
uint64_t x2, uint64_t x2,
uint64_t x3, uint64_t x3,
uint64_t x4, uint64_t x4,
void *cookie, const void *cookie,
void *handle, void *handle,
uint64_t flags) uint64_t flags)
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment