fix: no error return in sticky key get_parameter_metadata
This commit is contained in:
parent
96cd3a1ce2
commit
895f557ae5
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ static int sticky_key_parameter_domains(const struct device *sk,
|
|||
&child_metadata);
|
||||
if (err < 0) {
|
||||
LOG_WRN("Failed to get the sticky key bound behavior parameter: %d", err);
|
||||
return err;
|
||||
}
|
||||
|
||||
for (int s = 0; s < child_metadata.sets_len; s++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue