Skip to content

Commit

Permalink
fix: no error return in sticky key get_parameter_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyendown authored and petejohanson committed Aug 14, 2024
1 parent 96cd3a1 commit 895f557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/behaviors/behavior_sticky_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 895f557

Please sign in to comment.