Mickaël Salaün <mic@xxxxxxxxxxx> wrote: > + if (*desc) > + /* The hash is greater than MAX_HASH_LEN. */ > + return -EINVAL; -ENOPKG might be better. It's not that the string is invalid, it's just that it's unsupported at the moment. David
Mickaël Salaün <mic@xxxxxxxxxxx> wrote: > + if (*desc) > + /* The hash is greater than MAX_HASH_LEN. */ > + return -EINVAL; -ENOPKG might be better. It's not that the string is invalid, it's just that it's unsupported at the moment. David