Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp888857pxb; Sun, 21 Feb 2021 04:00:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJzIvyTR08WLi+ehG/y68ef44yAobxnp/XUfoUwDcrdK6XK0fHFjybHHZICOq1IV6EO5JDgi X-Received: by 2002:a17:906:2818:: with SMTP id r24mr10108963ejc.472.1613908835881; Sun, 21 Feb 2021 04:00:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613908835; cv=none; d=google.com; s=arc-20160816; b=f7bodzB2kYe9teUlGkDnxdxIpimiv4nj0a+ObRTBVgnx3sqSrWHceEZT2svDCnyqd7 msQGB2E9C1Ackz55MnBCy0ecSsCptWdHptE1kgy3STr4XpG4UigsCnTU+WeCGL/2livm ASFyHKfHh92WbeDu6TMq9kRvCBq74NGYY+ewmM0B/5FIrEoQcSkl0whx9X0M6+QL8IFF MXP7zmqRK63H2lmR2q0/eL989K0WZoEj9DPJDhpzm4w9OzAJiHPsyTys/hVRZMd3VwAK S8kt8SRkgcU/hp1tbDmv0b4V8fa0PoZ1On7kSPhA/5cMCUQuMTq4C5LZI7VgBafvBV/8 /HWQ== 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=SKoyRuTretVXbATUGpe5aHPHtAteHjo+vbouNXCaeYc=; b=lKykT4GDKy82WEJG0uC7lMXcDL4kcTKeRoYcJ3RanXVZOVW3cm81UqWIH8FnGTgb3u H0zuO2SKU77YlaavGNLtdzR70AHSSEfMvDvIOwth/I1Psmz9/gzYxiEa0dIvwcUWtqk/ piDasa884QiOefFSNMmght9sb/DR0F8mj87+RC2HRo5JlxYzWN2Q2NPgSET2FiOoh3eU AcEK8ZiNaPvsDwpOOdFYQtK8lUqkBN0TuNnVhYVZsYtBJcwFrvIykU3rqbpFoJ5kzQ8o PsyVvXMDlci+f5l10xQNI+EH1PQa7XcxfeIqicONXITzyUjWgnqNk8hpT/FwuRUilYfS mCVw== 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 w4si8919838ejz.337.2021.02.21.04.00.13; Sun, 21 Feb 2021 04:00:35 -0800 (PST) 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 S229897AbhBUL4T (ORCPT + 99 others); Sun, 21 Feb 2021 06:56:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:55916 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229588AbhBUL4S (ORCPT ); Sun, 21 Feb 2021 06:56:18 -0500 Received: from archlinux (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 A41B264EEF; Sun, 21 Feb 2021 11:55:36 +0000 (UTC) Date: Sun, 21 Feb 2021 11:55:35 +0000 From: Jonathan Cameron To: Alexandru Ardelean Cc: , , , , , Subject: Re: [PATCH 0/2] iio: core,buffer-dma: 2 fixes for the recent IIO buffer series Message-ID: <20210221115535.5f380d99@archlinux> In-Reply-To: <20210219085826.46622-1-alexandru.ardelean@analog.com> References: <20210219085826.46622-1-alexandru.ardelean@analog.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.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-kernel@vger.kernel.org On Fri, 19 Feb 2021 10:58:24 +0200 Alexandru Ardelean wrote: > Patchset contains 2 fixes for some patches that are present in the > iio/testing branch. > > No idea what's best now, either to re-send the series or to just send these > fixes on their own. > For now I chose to send the fixes on their (due to lack of time). > > These could be squashed into the original. > That is the approach I've taken. Tidier to do it this way as I'd not yet pushed the tree out other than as testing. Thanks, Jonathan > I can also re-send the series, but not from an Analog email; since I will > not have access to it. > > Alexandru Ardelean (2): > iio: core: use kfree_const in iio_free_chan_devattr_list() to free > names > iio: buffer-dma: fix type of 'i' in iio_dma_buffer_alloc_blocks() > > drivers/iio/buffer/industrialio-buffer-dma.c | 3 +-- > drivers/iio/industrialio-core.c | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) >