Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1922540pxb; Sat, 23 Jan 2021 09:58:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJx0Kt5IsWLj3kONvN/KnBJhofRadSTeioYMhd7OG3wI7IGt/22nwb1cpxniKhYLfhThPCx1 X-Received: by 2002:a17:906:34c3:: with SMTP id h3mr6473806ejb.132.1611424726759; Sat, 23 Jan 2021 09:58:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611424726; cv=none; d=google.com; s=arc-20160816; b=0sW2Twir6YraUUYj9W5S5ar6WcevlcQEeRW+v1eIeZsiuRjp5rlij5iHUfHyL7jlYk Q3AjtZfGNeS3G14vTd4NvqVzbReEE1kGR49k5sgobbx/A8p49Bb9CvrppFA4S2YHUuVF 45cH11YFC4OBk7tODpAJoxiLMJGQXvvxiwI/ApdRSTBD0K6Hv1GJ/kTdXnI3q8LtDJ+O bFdfAnKgjzA0MVw1OZHwk4YPEUEUXIvMD5yFN/bMa0M14dgDsEFzi9He2YJag6YgZwP/ +OTz2s8czwksZ2Bxq83ZunlmOZPpAsFl5B8A3mzzdxKjD9skvfb7DHK+XNFiW5Wy8weK PwZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:organization :from:references:cc:to:subject:dkim-filter; bh=ahP04uOBLxXIuS3w/EYn/vkNG2PP3yyZ3skTDYexHWQ=; b=DrhUjyei8CHhMZueJDyXG/lnRvPuTOi8GuPX/B10IsLNbQcsaYNEBC0u6lInomPZ49 DjTbcVQeix49dn0kOflzFgph4aKLVloTmoap424QwhktmvPvggrAChXBNx+5JDR5oBJl ISQhoIRTSyibU3Eb/yBMLuemqn1IhyPcXtuyfaF6zUr+UMstUf8uQMUuKSYLaHoAqLBW xjagW+yvdQeAud5G8MUKT/rOMj1Qs2GSPcTg2sOIuyZRm1Hqg2tJYGoPeThfuxCnSICR wmzpZeRLzJpsMZ2535lMYJ4eC49hJZ/PjrTXRht2Wn5g8JiO8rkHM1YoeylWdCM7wLBI mVjg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=omprussia.ru Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l13si5141319edn.219.2021.01.23.09.58.09; Sat, 23 Jan 2021 09:58:46 -0800 (PST) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=omprussia.ru Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726184AbhAWRz5 (ORCPT + 99 others); Sat, 23 Jan 2021 12:55:57 -0500 Received: from mxout02.lancloud.ru ([45.84.86.82]:56688 "EHLO mxout02.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726119AbhAWRz4 (ORCPT ); Sat, 23 Jan 2021 12:55:56 -0500 X-Greylist: delayed 462 seconds by postgrey-1.27 at vger.kernel.org; Sat, 23 Jan 2021 12:55:56 EST Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout02.lancloud.ru D63CB233DF53 Received: from LanCloud Received: from LanCloud Received: from LanCloud Subject: Re: [PATCH 1/2] bluetooth: hci_event: consolidate error paths in hci_phy_link_complete_evt() To: Marcel Holtmann CC: Johan Hedberg , linux-bluetooth , "David S. Miller" , Jakub Kicinski , References: <69CEE0E0-E71B-480E-B009-5B5E9475B510@holtmann.org> From: Sergey Shtylyov Organization: Open Mobile Platform, LLC Message-ID: <42fe0bc9-441f-1eda-4ebc-ee3fe47227cb@omprussia.ru> Date: Sat, 23 Jan 2021 20:47:29 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <69CEE0E0-E71B-480E-B009-5B5E9475B510@holtmann.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT02.lancloud.ru (fd00:f066::142) To LFEX1908.lancloud.ru (fd00:f066::208) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On 11/23/20 2:58 PM, Marcel Holtmann wrote: >>>> hci_phy_link_complete_evt() has several duplicate error paths -- consolidate >>>> them, using the *goto* statements. >>>> >>>> Signed-off-by: Sergey Shtylyov >>>> >>>> --- >>>> net/bluetooth/hci_event.c | 16 ++++++---------- >>>> 1 file changed, 6 insertions(+), 10 deletions(-) >>> patch has been applied to bluetooth-next tree. >> >> What about the 2nd patch? > > must have been slipping somehow. Can you please re-send against bluetooth-next. I have but to no avail -- the patch has been silently ignored... > Regards > > Marcel MBR, Sergei