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: Kalyani Chidambaram <kalyanic@nvidia.com>
This commit is contained in:
Kalyani Chidambaram 2018-09-21 10:36:59 -07:00 committed by Varun Wadekar
parent f8827c60c7
commit b8dbf07374
1 changed files with 0 additions and 1 deletions

View File

@ -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;