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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 1624FC48BD1 for ; Wed, 9 Jun 2021 12:00:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EBA7961249 for ; Wed, 9 Jun 2021 12:00:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233337AbhFIMCC (ORCPT ); Wed, 9 Jun 2021 08:02:02 -0400 Received: from muru.com ([72.249.23.125]:40030 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231928AbhFIMCB (ORCPT ); Wed, 9 Jun 2021 08:02:01 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id DD70280F5; Wed, 9 Jun 2021 12:00:12 +0000 (UTC) Date: Wed, 9 Jun 2021 15:00:01 +0300 From: Tony Lindgren To: Greg Kroah-Hartman Cc: Bin Liu , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, Alexandre Belloni , Andreas Kemnade , Bhushan Shah , Drew Fustini , Thomas Petazzoni Subject: Re: [PATCH 1/2] usb: musb: Simplify cable state handling Message-ID: References: <20210604080536.12185-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Greg Kroah-Hartman [210609 09:26]: > On Fri, Jun 04, 2021 at 11:05:35AM +0300, Tony Lindgren wrote: > > Simplify cable state handling a bit to leave out duplicated code. > > We are just scheduling work and showing state info if a recheck is > > needed. No intended functional changes. > > > > Cc: Alexandre Belloni > > Cc: Andreas Kemnade > > Cc: Bhushan Shah > > Cc: Drew Fustini > > Cc: Thomas Petazzoni > > Signed-off-by: Tony Lindgren > > --- > > drivers/usb/musb/musb_core.c | 40 ++++++++++++++++++------------------ > > 1 file changed, 20 insertions(+), 20 deletions(-) > > Does not apply to my usb-next branch, what tree/branch did you make this > against? This was against Linux next last week, I'll take a look and repost. Regards, Tony