On Thu, Dec 19, 2024 at 11:55 PM Alice Guo <alice.guo at 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.