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 918EFEED60B for ; Fri, 15 Sep 2023 15:40:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230208AbjIOPk2 (ORCPT ); Fri, 15 Sep 2023 11:40:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235842AbjIOPk0 (ORCPT ); Fri, 15 Sep 2023 11:40:26 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 645E8F3 for ; Fri, 15 Sep 2023 08:40:21 -0700 (PDT) Received: from lhrpeml500005.china.huawei.com (unknown [172.18.147.200]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4RnJHp6CGPz6HJjk; Fri, 15 Sep 2023 23:38:30 +0800 (CST) Received: from localhost (10.202.227.76) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Fri, 15 Sep 2023 16:40:19 +0100 Date: Fri, 15 Sep 2023 16:40:18 +0100 From: Jonathan Cameron To: Dan Carpenter CC: , Subject: Re: [bug report] iio: adc: adding support for MCP3564 ADC Message-ID: <20230915164018.000004ff@Huawei.com> In-Reply-To: References: <5ba16a5c-71aa-4dc1-8be6-320750d10b73@moroto.mountain> <2d35a8d374dfd68c9c85fab2ec552555b1343a09.camel@microchip.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.76] X-ClientProxiedBy: lhrpeml100001.china.huawei.com (7.191.160.183) To lhrpeml500005.china.huawei.com (7.191.163.240) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Thu, 14 Sep 2023 16:29:26 +0300 Dan Carpenter wrote: > On Thu, Sep 14, 2023 at 01:19:33PM +0000, Marius.Cristea@microchip.com wrote: > > Hello Dan Carpenter, > > > > > > Thank you for your feedback. > > Indeed, it will not add more information in this case so sure I can > > remove that line. > > > > Please, tell me how it is best to procced next: submitting another > > PATCH (V6) in this case, or to create a Fixes to the PATCH_V5? > > > > I believe that you should send a follow on patch instead of sending > another rev. > > regards, > dan carpenter > > Yes - at this stage follow on patch preferred. Jonathan