commit | 03b415d753797140e834a54c55074369cb472f0d | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Oct 09 16:29:36 2024 +0800 |
committer | Fabio Estevam <festevam@denx.de> | Sun Oct 13 09:45:16 2024 -0300 |
tree | bdd4de494de9cb0c3ec604a6fc8a677e3111d757 | |
parent | cd31c728729b6f08b48fb6a2cef758f135950f73 [diff] |
imx8: Correct the SCU API return value check The SCU API alreay has been converted to return Linux error code, using SCU error code is not correct here, although SC_ERR_NONE is value as 0. Signed-off-by: Peng Fan <peng.fan@nxp.com>