Re: [PATCH v2] input: edt-ft5x06: fixed a macro coding style issue

2014-12-13 Thread Dmitry Torokhov
On Tue, Dec 09, 2014 at 10:08:16AM +0200, Asaf Vertz wrote: > Fixed a coding style error, macros with complex values should be > enclosed in parentheses. > > Signed-off-by: Asaf Vertz Applied, thank you. > --- > Changes in v2: > - use do {...} while (0) instead of {...} > > drivers/input/t

[PATCH v2] input: edt-ft5x06: fixed a macro coding style issue

2014-12-09 Thread Asaf Vertz
Fixed a coding style error, macros with complex values should be enclosed in parentheses. Signed-off-by: Asaf Vertz --- Changes in v2: - use do {...} while (0) instead of {...} drivers/input/touchscreen/edt-ft5x06.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/