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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 061E3EEB57F for ; Sat, 9 Sep 2023 06:30:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243226AbjIIGaS (ORCPT ); Sat, 9 Sep 2023 02:30:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233815AbjIIGaR (ORCPT ); Sat, 9 Sep 2023 02:30:17 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26C311BC5; Fri, 8 Sep 2023 23:30:12 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6A41AC433C7; Sat, 9 Sep 2023 06:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694241011; bh=CpMJD8Fdvs8i0D8AdgC4R4zpvfsPkNH72axloON+30w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T5UsbJFuKZi970QivQsGy+WAnofak/BvhTfrNYmE58IUhu7fjuG0ny6LhjfOqLEsv Y5idP9BwYDDBszi+L6rjpQ8PFmCceSNcXLvmS9nThoumqA9xFPRP23NLhh/ZXsNoSC WY3s242t5zOMeKWzCXV9+jZ1Awx+SaJGODZPa6EI= Date: Sat, 9 Sep 2023 07:30:09 +0100 From: Greg KH To: William Wu Cc: Thinh.Nguyen@synopsys.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, frank.wang@rock-chips.com, jianwei.zheng@rock-chips.com, yangbin@rock-chips.com Subject: Re: [PATCH] usb: dwc3: core: Avoid resume dwc3 if already suspended in pm resume Message-ID: <2023090938-bobbed-rearview-c406@gregkh> References: <20230909040628.31398-1-william.wu@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230909040628.31398-1-william.wu@rock-chips.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sat, Sep 09, 2023 at 12:06:28PM +0800, William Wu wrote: > Change-Id: Ia699a1388b28baf9feeae316097c6c309db08b45 This is not needed. Please always run checkpatch.pl on your patches before submitting them. thanks, greg k-h