mbox series

[0/2] iio: core,buffer-dma: 2 fixes for the recent IIO buffer series

Message ID 20210219085826.46622-1-alexandru.ardelean@analog.com (mailing list archive)
Headers show
Series iio: core,buffer-dma: 2 fixes for the recent IIO buffer series | expand

Message

Alexandru Ardelean Feb. 19, 2021, 8:58 a.m. UTC
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.

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(-)

Comments

Jonathan Cameron Feb. 21, 2021, 11:55 a.m. UTC | #1
On Fri, 19 Feb 2021 10:58:24 +0200
Alexandru Ardelean <alexandru.ardelean@analog.com> 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(-)
>