[PATCH 1/4] tty/vt/keyboard: use defined macros for masks

2017-01-27 Thread Benjamin Tissoires
Better using the defined macros to express the bit masks. Signed-off-by: Benjamin Tissoires --- drivers/tty/vt/keyboard.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index

[PATCH 1/4] tty/vt/keyboard: use defined macros for masks

2017-01-27 Thread Benjamin Tissoires
Better using the defined macros to express the bit masks. Signed-off-by: Benjamin Tissoires --- drivers/tty/vt/keyboard.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index 3dd6a49..4a3907e 100644 ---

Re: [PATCH 1/4] tty/vt/keyboard: use defined macros for masks

2017-01-27 Thread Samuel Thibault
Benjamin Tissoires, on Fri 27 Jan 2017 18:13:15 +0100, wrote: > Better using the defined macros to express the bit masks. > > Signed-off-by: Benjamin Tissoires Reviewed-by: Samuel Thibault > --- > drivers/tty/vt/keyboard.c | 6

Re: [PATCH 1/4] tty/vt/keyboard: use defined macros for masks

2017-01-27 Thread Samuel Thibault
Benjamin Tissoires, on Fri 27 Jan 2017 18:13:15 +0100, wrote: > Better using the defined macros to express the bit masks. > > Signed-off-by: Benjamin Tissoires Reviewed-by: Samuel Thibault > --- > drivers/tty/vt/keyboard.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >