On Thu, Dec 19, 2024 at 11:55 PM Alice Guo <[email protected]> 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 <[email protected]> wrote:
> + debug("SCMI clock management protocol version is less than 3.0.\n");
> + return -1;
Nit: return -EINVAL would be better here.