On Thu, Dec 19, 2024 at 11:55 PM Alice Guo <alice....@oss.nxp.com> wrote:
> + debug("SCMI clock management protocol version is less than 3.0.\n"); > + return -1; Nit: return -EINVAL would be better here.
On Thu, Dec 19, 2024 at 11:55 PM Alice Guo <alice....@oss.nxp.com> wrote:
> + debug("SCMI clock management protocol version is less than 3.0.\n"); > + return -1; Nit: return -EINVAL would be better here.