All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: joohi.rastogi@stericsson.com
Cc: User Name <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH] AVRCP: Fixed response length for Unit Info command
Date: Thu, 5 Apr 2012 12:52:58 +0300	[thread overview]
Message-ID: <20120405095258.GA30695@x220> (raw)
In-Reply-To: <1333604469-18883-1-git-send-email-joohi.rastogi@stericsson.com>

Hi Joohi,

On Thu, Apr 05, 2012, joohi.rastogi@stericsson.com wrote:
> From: Joohi Rastogi <joohi.rastogi@stericsson.com>
> 
> This affect PTS Test Case TC_TG_ICC_BV_01_I
> ---
>  audio/avctp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/audio/avctp.c b/audio/avctp.c
> index 009b94c..91a7886 100644
> --- a/audio/avctp.c
> +++ b/audio/avctp.c
> @@ -271,7 +271,7 @@ static size_t handle_unit_info(struct avctp *session,
>  
>  	DBG("reply to AVC_OP_UNITINFO");
>  
> -	return 0;
> +	return operand_count;
>  }
>  
>  static size_t handle_subunit_info(struct avctp *session,

Applied. Thanks.

Johan

      reply	other threads:[~2012-04-05  9:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-05  5:41 [PATCH] AVRCP: Fixed response length for Unit Info command joohi.rastogi
2012-04-05  9:52 ` Johan Hedberg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120405095258.GA30695@x220 \
    --to=johan.hedberg@gmail.com \
    --cc=joohi.rastogi@stericsson.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.