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=-2.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 D19D0C433E9 for ; Mon, 25 Jan 2021 19:57:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81C1D20708 for ; Mon, 25 Jan 2021 19:57:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732254AbhAYT5O (ORCPT ); Mon, 25 Jan 2021 14:57:14 -0500 Received: from mail-40134.protonmail.ch ([185.70.40.134]:61744 "EHLO mail-40134.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732217AbhAYTvv (ORCPT ); Mon, 25 Jan 2021 14:51:51 -0500 Date: Mon, 25 Jan 2021 19:51:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1611604266; bh=1i50DHdnjoUdfBxl3eUpbTkwSSkXROepRq6IW5akcvI=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=yCMOmDP5+Bt8/JHfaO127wOhTOFBmtU77nwYq0c95kEGOgRMnB88aOpT1KJBaPEmA XiRrxkQrDjwqGmKEmHmbBSO5I/BcjPaZPU8AAJFRnmhBb9l3qCZLt6U0kgXbMyPHQm ipNPSHrbdrJ2ISF9/UmwPa8faoEgJ1rzB9cFsJsk= To: Lee Jones From: Timon Baetz Cc: linux-kernel@vger.kernel.org Reply-To: Timon Baetz Subject: Re: [PATCH] mfd: max8997: Replace 8998 with 8997 Message-ID: <20210125205059.4773adfc.timon.baetz@protonmail.com> In-Reply-To: <20210125084347.GU4903@dell> References: <20210124170528.1230932-1-timon.baetz@protonmail.com> <20210125084347.GU4903@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Jan 2021 08:43:47 +0000, Lee Jones wrote: > On Sun, 24 Jan 2021, Timon Baetz wrote: >=20 > > Replace occurrences of 8998 with 8997. =20 >=20 > Because ... ... it is the max8997 header. Do you want me to extend the commit message? Thanks, Timon