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=-5.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 3E22AC388F9 for ; Fri, 23 Oct 2020 12:51:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A0652463D for ; Fri, 23 Oct 2020 12:51:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S464091AbgJWMvt (ORCPT ); Fri, 23 Oct 2020 08:51:49 -0400 Received: from aibo.runbox.com ([91.220.196.211]:48448 "EHLO aibo.runbox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S464051AbgJWMvt (ORCPT ); Fri, 23 Oct 2020 08:51:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:Cc:To:Subject; bh=5kunZymvhYgefY2lrHj6qtRGIFmGO0ZQe8ZqTJGqpJE=; b=TfKvtvdSV2ponF1iJyaUvqTssT DK4SDgbcGFgfliYMd23fPA4PX7Qu0fbtIag+eosPnR+Sve0jXelXyAIWs91GT79zzOVJnyJJU2A96 vTbjc1h2BPyRuqmfvo4sBHjC+1Iqx+EXnSOUV4xCs13cp5pSP2PbkKq+zguLAfvqdPQ9K662z/+Rq YAkuq6XTOtnojrDJSFlvJpoofsbZ88cfh1eHLIwuUg005AeprxkGgi/UKhb7NTftCZpyHfp7r+wKa eiHp+SmLvp1iHrvqqfSeIqzSkFkSKLyJ0fh4G1F2AYyuPEwrFRv6Fo7DJcd46TNrighjZsrz+Od3R 66/afnpA==; Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1kVwXq-00041m-1Y; Fri, 23 Oct 2020 14:51:46 +0200 Received: by submission01.runbox with esmtpsa [Authenticated alias (536975)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1kVwXh-0007XM-Hq; Fri, 23 Oct 2020 14:51:37 +0200 Subject: Re: [PATCH 1/2] usbcore: Check both id_table and match() when both available To: Andy Shevchenko Cc: "linux-usb@vger.kernel.org" , Bastien Nocera , "stable@vger.kernel.org" , Greg Kroah-Hartman , Alan Stern References: <4cc0e162-c607-3fdf-30c9-1b3a77f6cf20@runbox.com> <20201022135521.375211-1-m.v.b@runbox.com> <20201022135521.375211-2-m.v.b@runbox.com> From: "M. Vefa Bicakci" Message-ID: Date: Fri, 23 Oct 2020 08:51:34 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On 23/10/2020 03.08, Andy Shevchenko wrote: > > > On Thursday, October 22, 2020, M. Vefa Bicakci > wrote: > > On 22/10/2020 09.55, M. Vefa Bicakci wrote: > > From: Bastien Nocera > > > From: Bastien Nocera > > > > Ah, sorry for this mistake. This is the first time I sent patches > authored by another person, with git-send-email. I should have > tested with my own e-mail address initially. > > I will fix this mistake with the next patch set version. > > > > Also you may use BugLink tag instead of Link. Thank you, Andy! I will revise the patch description with the next patch set to use the BugLink tag.