Re: [PATCH v2 03/18] media: i2c: rdacm20: Embedded 'serializer' field

2021-03-15 Thread Kieran Bingham
Hi Jacopo, in $SUBJECT s/Embedded/Embed/ But it's trivial so no worries unless there's another iteration. On 15/03/2021 13:14, Jacopo Mondi wrote: > There's no reason to allocate dynamically the 'serializer' field in > the driver structure. > > Embed the field and adjust all its users in the d

[PATCH v2 03/18] media: i2c: rdacm20: Embedded 'serializer' field

2021-03-15 Thread Jacopo Mondi
There's no reason to allocate dynamically the 'serializer' field in the driver structure. Embed the field and adjust all its users in the driver. Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- drivers/media/i2c/rdacm20.c | 38