From patchwork Mon May 23 17:55:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomer Barletz X-Patchwork-Id: 809622 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p4NHtkQq005002 for ; Mon, 23 May 2011 17:55:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756101Ab1EWRzo (ORCPT ); Mon, 23 May 2011 13:55:44 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:50409 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756173Ab1EWRzn (ORCPT ); Mon, 23 May 2011 13:55:43 -0400 Received: by mail-pv0-f174.google.com with SMTP id 12so2656205pvg.19 for ; Mon, 23 May 2011 10:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Iuw7VEHLhqCCkWn3ESWGxc8KiH51ME8uW1ac3ixFod4=; b=O/q6mpE26a55d3UH2TBkBfGysyl9a9ZrIBMbXelmFvXRrvH+wJBQcfhyengLAGl7G+ cIyxzOLJ82lZWwIBgVE83/oD4v6qNF4fIT3hvSKh4JEuok42XXufn4ZN+YfyxxdZDFuk qYuPcnIQ5diAtGQ1XpjdQhynO4mwpJNkdeYUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZJ8Slomrwf0gYhyJHdM0EjZsqLaZv+7xus3KV4iaZcYENkrHue/sNCm6fab1Xyg0o0 a8YzJaVzdjkOHa4oYhIoyDCTeoXiQoT+KdXH0Yfgy1wfTkpzoL0T6txP0OHbyZrRzA4F CgIs18PN7NBLT8qMFCYvABcZbSPguOna8OFuI= MIME-Version: 1.0 Received: by 10.68.38.102 with SMTP id f6mr2040059pbk.261.1306173343337; Mon, 23 May 2011 10:55:43 -0700 (PDT) Received: by 10.68.66.132 with HTTP; Mon, 23 May 2011 10:55:43 -0700 (PDT) In-Reply-To: <4DD513F5.8060602@linuxtv.org> References: <4DD29848.6030901@braice.net> <4DD513F5.8060602@linuxtv.org> Date: Mon, 23 May 2011 10:55:43 -0700 Message-ID: Subject: Re: [libdvben50221] [PATCH] Assign same resource_id in open_session_response when "resource non-existent" From: Tomer Barletz To: Andreas Oberritter Cc: Brice DUBOST , linux-media@vger.kernel.org Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 23 May 2011 17:55:46 +0000 (UTC) On Thu, May 19, 2011 at 5:58 AM, Andreas Oberritter wrote: > On 05/18/2011 09:16 PM, Tomer Barletz wrote: >> On Tue, May 17, 2011 at 8:46 AM, Brice DUBOST wrote: >>> On 18/01/2011 15:42, Tomer Barletz wrote: > ... > > Can you please resend the patch inline with a proper signed-off-by line, > in order to get it tracked by patchwork.kernel.org? > > Regards, > Andreas > Here's the patch with the signed-off-by line: Signed-off-by: Tomer Barletz --- the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff -r d3509d6e9499 lib/libdvben50221/en50221_stdcam_llci.c --- a/lib/libdvben50221/en50221_stdcam_llci.c Sat Aug 08 19:17:21 2009 +0200 +++ b/lib/libdvben50221/en50221_stdcam_llci.c Tue Jan 18 14:51:34 2011 +0200 @@ -351,6 +351,10 @@ } } + /* In case the reousrce does not exist, return the same id in the response. + See 7.2.6.2 */ + *connected_resource_id = requested_resource_id; + return -1; } -- To unsubscribe from this list: send the line "unsubscribe linux-media" in