Skip to content

Commit 5762fd7

Browse files
ahasztagmaje-emb
andauthored
Apply suggestion from @maje-emb
Co-authored-by: Marcin Jeliński <81804485+maje-emb@users.noreply.github.com>
1 parent f7558ae commit 5762fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subsys/bluetooth/services

subsys/bluetooth/services/hogp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ int bt_hogp_rep_subscribe(struct bt_hogp *hogp,
10771077
int bt_hogp_rep_unsubscribe(struct bt_hogp *hogp,
10781078
struct bt_hogp_rep_info *rep)
10791079
{
1080-
int ret = 0;
1080+
int ret;
10811081

10821082
if (!hogp || !rep) {
10831083
return -EINVAL;

0 commit comments

Comments
 (0)