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 641ACC433EF for ; Sun, 27 Mar 2022 15:44:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232094AbiC0Ppk (ORCPT ); Sun, 27 Mar 2022 11:45:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231623AbiC0Ppj (ORCPT ); Sun, 27 Mar 2022 11:45:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C01133587E; Sun, 27 Mar 2022 08:44:00 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6473061045; Sun, 27 Mar 2022 15:44:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35C9BC340EC; Sun, 27 Mar 2022 15:43:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648395839; bh=1b5ZrLzlxq7Xxei9lvUlEtImFI2R3O8POV3NpenbAjk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MFIeqPi2aso8KXW9KzZq/pmgRCdIFJXZ5nNRlvFmpw93noaNHyceqMiv4AJUdYt2j RpJuPEmwDc0J0u6yZakyh/8QU+mMjzRtphF21D2gmPDjjEBTWa91nmhLrQe7UF+LJW vydt4m2EVU+uTpx9ZopQHhMCMspUqlhgxHRiMkJCKJwrp3KNrMQ4510+7B+ddP1I48 buOYD8cYGJiC55a2F0RuTv6+KOXnkLzu+nDuC7wgD/ac+8Ch25HLGWxZjOgkDHhunf g2yv9HdaMx+9VjlVKrlG6f5V2XxGlSRUS9UxJBva7P2X7hkphNdt27CaXoIyqadXif 9sBwDhfo0MUlw== Date: Sun, 27 Mar 2022 16:51:30 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Tong Zhang , Lars-Peter Clausen , Sean Nyekjaer , Alexandru Ardelean , Linus Walleij , Andy Shevchenko , Jonathan Albrieux , linux-iio , Linux Kernel Mailing List Subject: Re: [PATCH v2] iio:imu:bmi160: disable regulator in error path Message-ID: <20220327165130.51e3c9d2@jic23-huawei> In-Reply-To: References: <20220319162006.13c60c1f@jic23-huawei> <20220319193459.2628876-1-ztong0001@gmail.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Mon, 21 Mar 2022 18:22:10 +0200 Andy Shevchenko wrote: > On Mon, Mar 21, 2022 at 5:53 PM Tong Zhang wrote: > > On Mon, Mar 21, 2022 at 1:28 AM Andy Shevchenko > > wrote: > > > On Sun, Mar 20, 2022 at 8:44 AM Tong Zhang wrote: > > ... > > > > Haven't I given you a tag? > > > Hi Any, Thank you for reviewing the patch. I appreciate it. > > I thought I would need another tag since this patch is a v2. > > It depends on the nature of the changes you made. As far as I read the > code the changes you made are in addition to what I have tagged and I > see nothing that prevents you from keeping the tag. > > > Sorry for this back and forth. Have a great one. > > NP. > Applied to the fixes-togreg branch of iio.git but I won't push it out until I've rebased that on rc1 once available. Thanks, Jonathan