Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp440651pxb; Thu, 30 Sep 2021 09:13:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx5zP78bITR9IyljxFmMTUJJ6cK1s8zpUVxWh6k9BkRHumBwy9OevBgIqLE1GolaULewGAJ X-Received: by 2002:a17:902:7e8a:b0:13d:95e2:d9c2 with SMTP id z10-20020a1709027e8a00b0013d95e2d9c2mr4928234pla.8.1633018382584; Thu, 30 Sep 2021 09:13:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633018382; cv=none; d=google.com; s=arc-20160816; b=OeD9ef5jCm2h11hKwVH3TuBv2JZtqdiRjaiJtMNJ7QtJgqWJY+nP5s7HiPOEjLOfzO +KAx+eHbyson9WDQ6yYa2o0YFvHjrfBroAow8TBOsfnZrU/G2rxQixDCKAxNODcG8r7e rie8s9YRvJt8SOcYsIrKCWnhP0TU5qVBJhd6rfbMsTnvJZylZLVmPih5Hgt/HTQhv/92 +JmpEQE5KAWPu4+00hqswjMEPdvouso9oGxkFthenEMwBVoreoFe8sdB44fZ8Vas3XXg +sKaxmO0v4eTj3rQTMgsk5B8oGDVOmQrMdhMhSCmFHjzzVdza77LRtG+oihRRIy+4iXM keEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=b+KLmGKUBWgLuvFgHS0PK+BXhLLt1UWn7Oa1jODZMxM=; b=01kGjQZhwnDzNPHpVABHwt09PjdT2VMO7n++avN5akmQ81y35hxOihOViC6ES01FC6 Td0eD2uAGI+g8s2lC1qqjmyFSJ68a5V/oSmmudzC0DWNPE0oaoKOpoW4W2T0Bz6roUWw aNntdjuXpePg6yuJo+ezsxYs0ZtEqHCNdOpvRWaI/wSoZO1oMFj09RngyHr5+L7t5itf IOIVnh8Xon2JfKwaXMe7AQhetmdLgveG38LgcPLDIkdQwEJRBZCKhTbSpd+H7cMEs+ll 89ZPWwX+tse08Jn3XRV7Z14mJCWyTJVA2OwOS2j8/w+wM+p5Q94zKv7apJ9qMusBodpN EcYQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y72si1991415pgd.63.2021.09.30.09.12.48; Thu, 30 Sep 2021 09:13:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348850AbhI3QNY (ORCPT + 99 others); Thu, 30 Sep 2021 12:13:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:45164 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348578AbhI3QNX (ORCPT ); Thu, 30 Sep 2021 12:13:23 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 984AC613CD; Thu, 30 Sep 2021 16:11:39 +0000 (UTC) Date: Thu, 30 Sep 2021 17:15:35 +0100 From: Jonathan Cameron To: Andreas Kemnade Cc: Alexandru Ardelean , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH] iio: adc: rn5t618-adc: use devm_iio_map_array_register() function Message-ID: <20210930171535.5ede99c7@jic23-huawei> In-Reply-To: <20210927220834.014e6c77@aktux> References: <20210926162859.3567685-1-aardelean@deviqon.com> <20210927220834.014e6c77@aktux> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; 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-kernel@vger.kernel.org On Mon, 27 Sep 2021 22:08:34 +0200 Andreas Kemnade wrote: > On Sun, 26 Sep 2021 19:28:59 +0300 > Alexandru Ardelean wrote: > > > This driver already hooks a similar unwind callback via > > devm_add_action_or_reset(). > > > > They pretty much do the same thing, so this change converts it to the > > devm_iio_map_array_register(). > > > > Signed-off-by: Alexandru Ardelean > > --- > > drivers/iio/adc/rn5t618-adc.c | 13 +------------ > > 1 file changed, 1 insertion(+), 12 deletions(-) > > yes, looks sane, the patches it depens on are not in linux-next yet. I was waiting for 0-day confirmation which for some reason has gone astray (not problems reported either). Ah well - I'll assume it's fine and risk next breakage. > But it seems that they are accepted, so: > > Reviewed-by: Andreas Kemnade Thanks and applied to the togreg branch of iio.git, pushed out as testing to see if 0-day notices this time. Thanks, Jonathan