From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- profiles/health/hdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/health/hdp.c b/profiles/health/hdp.c index fff3f18..e1549cf 100644 --- a/profiles/health/hdp.c +++ b/profiles/health/hdp.c @@ -1507,8 +1507,8 @@ static gboolean check_echo(GIOChannel *io_chan, GIOCondition cond, } fd = g_io_channel_unix_get_fd(io_chan); - len = read(fd, buf, sizeof(buf)); + len = read(fd, buf, sizeof(buf)); if (len != HDP_ECHO_LEN) { value = FALSE; goto end; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html