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=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 571D5C433E0 for ; Tue, 2 Feb 2021 18:34:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 266E864F72 for ; Tue, 2 Feb 2021 18:34:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238648AbhBBSeC (ORCPT ); Tue, 2 Feb 2021 13:34:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:32988 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238543AbhBBSat (ORCPT ); Tue, 2 Feb 2021 13:30:49 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C9C2F64F72; Tue, 2 Feb 2021 18:30:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612290609; bh=isI4qMMdTZ51+PpDN64U3sdPAoY1aBox05SjMzT2Ar4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ziof9qrrJkldISTz481eXvOZyN7aTWbQ6HaBVp6R2J5TscGNTbuWTg4WP8P3bSvBW RUd23O6jnC5LDzeEg0tBbeEbcCCwd1omLCDHW423fG9rC5hgcp8iubKzpgCSiFrXEl LzPEXs+u20Ro3dnITWo5Zg+GsVR/NR/Wqju/OBEw= Date: Tue, 2 Feb 2021 19:30:06 +0100 From: Greg KH To: Benson Leung Cc: Heikki Krogerus , Enric Balletbo i Serra , Prashant Malani , "open list:USB SUBSYSTEM" , Linux Kernel , Kyle Tso Subject: Re: [PATCH v2] platform/chrome: cros_ec_typec: Fix call to typec_partner_set_pd_revision Message-ID: References: <20210202164531.3982778-1-bleung@chromium.org> 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-kernel@vger.kernel.org On Tue, Feb 02, 2021 at 09:52:13AM -0800, Benson Leung wrote: > Hi Greg, > > On Tue, Feb 2, 2021 at 9:02 AM Greg KH wrote: > > > > On Tue, Feb 02, 2021 at 08:45:31AM -0800, Benson Leung wrote: > > > typec_partner_set_pd_revision returns void now. > > > > > > Fixes: cefc011f8daf ("platform/chrome: cros_ec_typec: Set Partner PD revision from status") > > > Signed-off-by: Benson Leung > > > --- > > > drivers/platform/chrome/cros_ec_typec.c | 6 +----- > > > 1 file changed, 1 insertion(+), 5 deletions(-) > > > > What changed from "v1"? > > > > Just the "Fixes" line in the commit message. That should always go below the --- line, remember, some of us deal with hundreds of patches a day :) I'll go take this... thanks, greg k-h