From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8769FC55ABD for ; Thu, 12 Nov 2020 09:09:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E129D216FD for ; Thu, 12 Nov 2020 09:09:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726777AbgKLJJL (ORCPT ); Thu, 12 Nov 2020 04:09:11 -0500 Received: from mxout03.lancloud.ru ([89.108.73.187]:50230 "EHLO mxout03.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726061AbgKLJJK (ORCPT ); Thu, 12 Nov 2020 04:09:10 -0500 X-Greylist: delayed 349 seconds by postgrey-1.27 at vger.kernel.org; Thu, 12 Nov 2020 04:09:09 EST Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout03.lancloud.ru 87EA520A0AAF 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: From: Sergey Shtylyov Organization: Open Mobile Platform Message-ID: Date: Thu, 12 Nov 2020 12:02:48 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [213.87.163.193] X-ClientProxiedBy: LFEXT01.lancloud.ru (fd00:f066::141) To LFEX1908.lancloud.ru (fd00:f066::208) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hello! On 11.11.2020 14:12, 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? > Regards > > Marcel MBR, Sergey