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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B83BCC433E0 for ; Fri, 22 May 2020 22:40:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 79B3D204EA for ; Fri, 22 May 2020 22:40:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731232AbgEVWkv (ORCPT ); Fri, 22 May 2020 18:40:51 -0400 Received: from mail-il1-f193.google.com ([209.85.166.193]:39705 "EHLO mail-il1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731029AbgEVWku (ORCPT ); Fri, 22 May 2020 18:40:50 -0400 Received: by mail-il1-f193.google.com with SMTP id c20so12367530ilk.6; Fri, 22 May 2020 15:40:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=L9O1ztl73QCyaz4czM7KN6rZzxlSQiG/LQQETJdvECE=; b=qywbsa09nrFJ9IcOsm5wHV/D/3rQbDkB7zXtN8FlDG41tyOseF6tA3d0GvxHm3bhcq Grj6YYlFS+EikpydQKXYOgH2uFL7a9xUKLh2TLLxtgRNtt49xJhVk1LZcncAuRU8OU5/ N/1TkKW43TYc8M/it9lE4uge+hzUuxNkHgLkPM8+k9gO/MJIZleo9fcJhpk8zJQT7LWt gOTIAUCRUGKEgx5d4dms+O0xwGL/+nCAKj/H/ZAwQnKNDjWhidYnJ4SoRGY68qymUk7f 2/GYQq3Kn+C9L6MbctHqNUW1QOf3FjpCNuqfqodujijT0EAYxtSl0EDcB9p6RW30fnpw oKMw== X-Gm-Message-State: AOAM530ERGKPFNF6lXmk0nLpkkX7e3HsYMMRK/2LA++S7HkY2PJl2yXA bvPCXPn5lBUqx1IhoSLnQadyutxpJqw= X-Google-Smtp-Source: ABdhPJwFf0FNqC6ZgYM/FHrk3wPlyCTZJJB3LVatxCaJKD4IqZ24qDgivXe1I/k+FmhXZCfV1ejcNA== X-Received: by 2002:a05:6e02:ec2:: with SMTP id i2mr15593326ilk.262.1590187248869; Fri, 22 May 2020 15:40:48 -0700 (PDT) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com. [209.85.166.43]) by smtp.gmail.com with ESMTPSA id l21sm2016938ili.8.2020.05.22.15.40.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 22 May 2020 15:40:48 -0700 (PDT) Received: by mail-io1-f43.google.com with SMTP id d7so13194450ioq.5; Fri, 22 May 2020 15:40:48 -0700 (PDT) X-Received: by 2002:a02:5e81:: with SMTP id h123mr9862796jab.99.1590187248159; Fri, 22 May 2020 15:40:48 -0700 (PDT) MIME-Version: 1.0 References: <20200410015832.8012-1-tangbin@cmss.chinamobile.com> <0b718268-d330-dfc1-aca3-3dd3203363d7@cmss.chinamobile.com> <20200414083036.GC14722@kadam> In-Reply-To: From: Li Yang Date: Fri, 22 May 2020 17:40:24 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe() To: Tang Bin Cc: Dan Carpenter , Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, kernel-janitors@vger.kernel.org, lkml , Markus Elfring , linuxppc-dev Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 14, 2020 at 4:13 AM Tang Bin wrote: > > Hi > > On 2020/4/14 16:30, Dan Carpenter wrote: > > On Fri, Apr 10, 2020 at 04:05:06PM +0800, Tang Bin wrote: > >>> > >>>> Thus it must be fixed. > >>> Wording alternative: > >>> Thus adjust the error detection and corresponding exception handling. > >> Got it. > > Wow... > > > > No, don't listen to Markus when it comes to writing commit messages. > > You couldn't find worse advice anywhere. :P > > I'm actively waiting for a reply from the maintainer. Thank you very much. Sorry for the late response. Acked-by: Li Yang Regards, Leo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Yang Date: Fri, 22 May 2020 22:40:24 +0000 Subject: Re: [PATCH] usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe() Message-Id: List-Id: References: <20200410015832.8012-1-tangbin@cmss.chinamobile.com> <0b718268-d330-dfc1-aca3-3dd3203363d7@cmss.chinamobile.com> <20200414083036.GC14722@kadam> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tang Bin Cc: Dan Carpenter , Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, kernel-janitors@vger.kernel.org, lkml , Markus Elfring , linuxppc-dev On Tue, Apr 14, 2020 at 4:13 AM Tang Bin wrote: > > Hi > > On 2020/4/14 16:30, Dan Carpenter wrote: > > On Fri, Apr 10, 2020 at 04:05:06PM +0800, Tang Bin wrote: > >>> > >>>> Thus it must be fixed. > >>> Wording alternative: > >>> Thus adjust the error detection and corresponding exception handling. > >> Got it. > > Wow... > > > > No, don't listen to Markus when it comes to writing commit messages. > > You couldn't find worse advice anywhere. :P > > I'm actively waiting for a reply from the maintainer. Thank you very much. Sorry for the late response. Acked-by: Li Yang Regards, Leo 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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 9CBE9C433E0 for ; Fri, 22 May 2020 22:44:16 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EA40B204EA for ; Fri, 22 May 2020 22:44:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA40B204EA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49TM3v6mFXzDr1d for ; Sat, 23 May 2020 08:44:11 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.166.66; helo=mail-io1-f66.google.com; envelope-from=pku.leo@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=nxp.com Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49TM073M8mzDr0f for ; Sat, 23 May 2020 08:40:53 +1000 (AEST) Received: by mail-io1-f66.google.com with SMTP id f4so13121463iov.11 for ; Fri, 22 May 2020 15:40:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=L9O1ztl73QCyaz4czM7KN6rZzxlSQiG/LQQETJdvECE=; b=OpBTadNtNZJ1O5p585Gga2X+0iivHaK+N7HBDK1dWFxWgweZwsFx9vgzxq1/Y6QWsf QxFFn74YxjD6htitZC5DSiEYyHV5/qyxOtRGkTkf6t3fszSwj4Pz3gPb7zpcwI7pmFNT evZYhn0KR7HplBFv1IwLAoTg1UgUeHUPufP3Paju3nkhdzSRr37Lovw9MnleIgWQbYO8 I95x8vpoIIP2kRK/aXqSX31AkrGBvEroZtVtfG2nySLQld8lkzCYsIV03iwci/Wn4biX pGZZtQTqkwpl5L4nS2lX7k4Bt9sTe3Q/Ue/zMZ8leAiJQvmEFLuKM7E+jCiovgzmDB0V 2stA== X-Gm-Message-State: AOAM532VLJEVVDzMGmIss9ODniTNuwOegqKJWrSzGH5P/9lO6Dn1n1Rf HhUtLpC58h1BM0O4r7baYIx6PCaO5c8= X-Google-Smtp-Source: ABdhPJwhLZ/xCsORoPWXDqyUNZ3ySCXUMxfU7bi/xGVFXZAQ7blyM9rci/RwM0w21JBLH4IQaWhffw== X-Received: by 2002:a6b:6b04:: with SMTP id g4mr4974402ioc.75.1590187249033; Fri, 22 May 2020 15:40:49 -0700 (PDT) Received: from mail-io1-f52.google.com (mail-io1-f52.google.com. [209.85.166.52]) by smtp.gmail.com with ESMTPSA id h5sm5117302ile.35.2020.05.22.15.40.48 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 22 May 2020 15:40:48 -0700 (PDT) Received: by mail-io1-f52.google.com with SMTP id j8so13117098iog.13 for ; Fri, 22 May 2020 15:40:48 -0700 (PDT) X-Received: by 2002:a02:5e81:: with SMTP id h123mr9862796jab.99.1590187248159; Fri, 22 May 2020 15:40:48 -0700 (PDT) MIME-Version: 1.0 References: <20200410015832.8012-1-tangbin@cmss.chinamobile.com> <0b718268-d330-dfc1-aca3-3dd3203363d7@cmss.chinamobile.com> <20200414083036.GC14722@kadam> In-Reply-To: From: Li Yang Date: Fri, 22 May 2020 17:40:24 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe() To: Tang Bin Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, kernel-janitors@vger.kernel.org, lkml , Markus Elfring , linuxppc-dev , Dan Carpenter Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Apr 14, 2020 at 4:13 AM Tang Bin wrote: > > Hi > > On 2020/4/14 16:30, Dan Carpenter wrote: > > On Fri, Apr 10, 2020 at 04:05:06PM +0800, Tang Bin wrote: > >>> > >>>> Thus it must be fixed. > >>> Wording alternative: > >>> Thus adjust the error detection and corresponding exception handling. > >> Got it. > > Wow... > > > > No, don't listen to Markus when it comes to writing commit messages. > > You couldn't find worse advice anywhere. :P > > I'm actively waiting for a reply from the maintainer. Thank you very much. Sorry for the late response. Acked-by: Li Yang Regards, Leo