Commit b8dbf073 authored by Kalyani Chidambaram's avatar Kalyani Chidambaram Committed by Varun Wadekar
Browse files

Tegra210: Remove "unsupported func ID" error msg



The platform sip is reporting a "unsupported function ID" if the
smc function id is not pmc command. When actually the smc function id
could be specific to the tegra sip handler.
This patch removes the error reported.

Change-Id: Ia3c8545d345746c5eea6d75b9e6957ca23ae9ca3
Signed-off-by: default avatarKalyani Chidambaram <kalyanic@nvidia.com>
parent f8827c60
......@@ -88,7 +88,6 @@ int plat_sip_handler(uint32_t smc_fid,
return -EINVAL;
}
} else {
ERROR("%s: unsupported function ID\n", __func__);
return -ENOTSUP;
}
return 0;
......
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