Re: [PATCH 10/16] media: i2c: max9286: Rename reverse_channel_mv

2021-02-21 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Tue, Feb 16, 2021 at 06:41:40PM +0100, Jacopo Mondi wrote: > Rename the reverse_channel_mv variable to init_rev_chan_mv as > the next patches will cache the reverse channel amplitude in > a new driver variable. > > Signed-off-by: Jacopo Mondi > --- >

Re: [PATCH 10/16] media: i2c: max9286: Rename reverse_channel_mv

2021-02-18 Thread Kieran Bingham
Hi Jacopo, On 16/02/2021 17:41, Jacopo Mondi wrote: > Rename the reverse_channel_mv variable to init_rev_chan_mv as > the next patches will cache the reverse channel amplitude in > a new driver variable. > I've been trying to figure out if we really do need two variables to store this now, but

Re: [PATCH 10/16] media: i2c: max9286: Rename reverse_channel_mv

2021-02-17 Thread Geert Uytterhoeven
On Tue, Feb 16, 2021 at 6:41 PM Jacopo Mondi wrote: > Rename the reverse_channel_mv variable to init_rev_chan_mv as > the next patches will cache the reverse channel amplitude in patch? > a new driver variable. > > Signed-off-by: Jacopo Mondi Gr{oetje,eeting}s, Geert

[PATCH 10/16] media: i2c: max9286: Rename reverse_channel_mv

2021-02-16 Thread Jacopo Mondi
Rename the reverse_channel_mv variable to init_rev_chan_mv as the next patches will cache the reverse channel amplitude in a new driver variable. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/max9286.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git