Re: [PATCH 1/2] Input: edt-ft5x06 - use get_unaligned_be16()

2019-06-28 Thread Benoit Parrot
Dmitry Torokhov wrote on Sat [2019-Jun-22 23:31:52 -0700]: > Instead of doing conversion by hand, let's use the proper accessors. > > Signed-off-by: Dmitry Torokhov > --- > drivers/input/touchscreen/edt-ft5x06.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/dri

RE: [PATCH 1/2] Input: edt-ft5x06 - use get_unaligned_be16()

2019-06-25 Thread David Laight
From: Andy Shevchenko > Sent: 25 June 2019 11:50 > To: David Laight > Cc: Dmitry Torokhov; linux-in...@vger.kernel.org; Marco Felsch; Benoit > Parrot; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH 1/2] Input: edt-ft5x06 - use get_unaligned_be16() > > On Tue,

Re: [PATCH 1/2] Input: edt-ft5x06 - use get_unaligned_be16()

2019-06-25 Thread Andy Shevchenko
On Tue, Jun 25, 2019 at 11:44 AM David Laight wrote: > > From: Dmitry Torokhov > > Sent: 23 June 2019 07:32 > > > > Instead of doing conversion by hand, let's use the proper accessors. > > > > Signed-off-by: Dmitry Torokhov > > --- > > drivers/input/touchscreen/edt-ft5x06.c | 5 +++-- > > 1 file

RE: [PATCH 1/2] Input: edt-ft5x06 - use get_unaligned_be16()

2019-06-25 Thread David Laight
From: Dmitry Torokhov > Sent: 23 June 2019 07:32 > > Instead of doing conversion by hand, let's use the proper accessors. > > Signed-off-by: Dmitry Torokhov > --- > drivers/input/touchscreen/edt-ft5x06.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/inpu

Re: [PATCH 1/2] Input: edt-ft5x06 - use get_unaligned_be16()

2019-06-23 Thread Andy Shevchenko
On Sun, Jun 23, 2019 at 9:31 AM Dmitry Torokhov wrote: > > Instead of doing conversion by hand, let's use the proper accessors. > The code looks fine to me, Reviewed-by: Andy Shevchenko I can test it later next week (Wednesday or so). > Signed-off-by: Dmitry Torokhov > --- > drivers/input/to