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=-10.5 required=3.0 tests=BAYES_00,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable 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 227F3C433E0 for ; Sun, 21 Feb 2021 11:56:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E14E064EF6 for ; Sun, 21 Feb 2021 11:56:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229908AbhBUL40 (ORCPT ); Sun, 21 Feb 2021 06:56:26 -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(-) >