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.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 18DA1C433B4 for ; Fri, 23 Apr 2021 05:23:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE925613E6 for ; Fri, 23 Apr 2021 05:23:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240429AbhDWFX4 (ORCPT ); Fri, 23 Apr 2021 01:23:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:57994 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240428AbhDWFXv (ORCPT ); Fri, 23 Apr 2021 01:23:51 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 79047611AC; Fri, 23 Apr 2021 05:23:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619155394; bh=EHiyqkXyAYkMEFatPdUnpNaU4lxiIe2WnwL3Z9I4alw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PMstjOsfOLByJZmoC6x1NS1DsBXwMJMi3HnflLCvI+H8IVzbqI7OfCiWPcPdssFSU TA+9mIQaI4WFNWELX4ceEGVbJrk17m4XxGhQRAJnKuSwAJ5p8lxueB9FlB4oJIyIFZ TfRqz3mDSttFbH3RAfrmoNRKffCijtVJQJQBznDs= Date: Fri, 23 Apr 2021 07:23:08 +0200 From: Greg Kroah-Hartman To: Chunfeng Yun Cc: Ikjoon Jang , Yaqii Wu , linux-usb@vger.kernel.org, Mathias Nyman , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 1/2] usb: xhci-mtk: remove unnecessary assignments in periodic TT scheduler Message-ID: References: <20210330080617.3746932-1-ikjn@chromium.org> <20210330160508.1.I797d214790033d0402d19ff6b47a34aff60d3062@changeid> <1617179455.2752.1.camel@mhfsdcap03> <1617675492.22435.4.camel@mhfsdcap03> <1619148391.4048.6.camel@mhfsdcap03> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1619148391.4048.6.camel@mhfsdcap03> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Fri, Apr 23, 2021 at 11:26:31AM +0800, Chunfeng Yun wrote: > On Thu, 2021-04-22 at 10:46 +0200, Greg Kroah-Hartman wrote: > > On Tue, Apr 06, 2021 at 10:18:12AM +0800, Chunfeng Yun wrote: > > > On Mon, 2021-04-05 at 09:04 +0200, Greg Kroah-Hartman wrote: > > > > On Wed, Mar 31, 2021 at 04:30:55PM +0800, Chunfeng Yun wrote: > > > > > cc Yaqii Wu > > > > > > > > > > I'll test it , thanks > > > > > > > > Did you test this series and find any problems? If not, I'll go queue > > > > these up... > > > Yes, found an issue on the start-split transaction, but not found the > > > root cause yet :( > > > > So you are objecting to these being merged at this point in time? > Yes > > > Can > > you provide feedback to the author about what is wrong? > Already provided feedback add discussed on issue tracker in private That doesn't help us much as we can't see that :( Please always keep us informed as to what is going on with publically posted changes, otherwise you could find them being picked up and merged into trees without an objection. thanks, greg k-h