mbox series

[v1,0/2] iio: core: Fix and cleanup to iio_device_alloc()

Message ID 20240304140650.977784-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series iio: core: Fix and cleanup to iio_device_alloc() | expand

Message

Andy Shevchenko March 4, 2024, 2:04 p.m. UTC
This is an exctract of the two patches from 
https://lore.kernel.org/r/20240228204919.3680786-1-andriy.shevchenko@linux.intel.com

In v1 (extract):
- removed unneeded 'else' branch (David)
- fixed typo in allocation cleanup (David)

Andy Shevchenko (2):
  iio: core: Leave private pointer NULL when no private data supplied
  iio: core: Calculate alloc_size only once in iio_device_alloc()

 drivers/iio/industrialio-core.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Comments

Jonathan Cameron March 9, 2024, 6:38 p.m. UTC | #1
On Mon,  4 Mar 2024 16:04:31 +0200
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> This is an exctract of the two patches from 
> https://lore.kernel.org/r/20240228204919.3680786-1-andriy.shevchenko@linux.intel.com
> 
> In v1 (extract):
> - removed unneeded 'else' branch (David)
> - fixed typo in allocation cleanup (David)
> 
> Andy Shevchenko (2):
>   iio: core: Leave private pointer NULL when no private data supplied
>   iio: core: Calculate alloc_size only once in iio_device_alloc()
> 
>  drivers/iio/industrialio-core.c | 15 ++++++++-------
>  1 file changed, 8 insertions(+), 7 deletions(-)
> 

Applied to the togreg-normal branch of iio.git which I'll rebase on rc1
once available and push out as togreg.

Thanks,

Jonathan