Re: [PATCH v3] staging: olpc_dcon: olpc_dcon_xo_1.c: Switch to the gpio descriptor interface

From: Nishad Kamdar
Date: Wed Nov 07 2018 - 07:46:17 EST


On Wed, Nov 07, 2018 at 12:36:52PM +0100, Greg Kroah-Hartman wrote:
> On Tue, Nov 06, 2018 at 01:13:19PM +0530, Nishad Kamdar wrote:
> > Use the gpiod interface instead of the deprecated old non-descriptor
> > interface in olpc_dcon_xo_1.c.
> > ---
> > Changes in v3:
> > - Resolve a few compilation errors.
> > Changes in v2:
> > - Resolve a few compilation errors.
> > - Add a level of indirection to read and write gpios.
> > Signed-off-by: Nishad Kamdar <nishadkamdar@xxxxxxxxx>
>
> The signed-off-by has to be above the --- line otherwise it will get
> stripped off by git when the patch is applied :(
>
Ok, I'll change it.

Thanks for the review.

regards,
Nishad