Skip to content

Commit

Permalink
resource: ubridge: remove stray ';' in _device_add_field
Browse files Browse the repository at this point in the history
  • Loading branch information
prajnoha committed Jun 29, 2021
1 parent 37d412e commit cf867f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resource/ubridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,6 @@ static int _device_add_field(struct sid_ucmd_ctx *ucmd_ctx, const char *start)

if (!(key = buffer_fmt_add(ucmd_ctx->ucmd_mod_ctx.gen_buf, &r, "%.*s", value - start - 1, start)))
return r;
;

if (!(value = _do_sid_ucmd_set_kv(NULL, ucmd_ctx, NULL, KV_NS_UDEV, key, 0, value, strlen(value) + 1)))
goto out;
Expand Down

0 comments on commit cf867f8

Please sign in to comment.