Re: [PATCH 4/8] staging: pi433: add parentheses to mask and shift

2017-12-13 Thread Marcus Wolf
Am 13.12.2017 um 16:21 schrieb Valentin Vidic: Fixes checkpatch warning: WARNING: Possible precedence defect with mask then right shift - may need parentheses Signed-off-by: Valentin Vidic --- drivers/staging/pi433/rf69.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [PATCH 4/8] staging: pi433: add parentheses to mask and shift

2017-12-13 Thread Dan Carpenter
On Wed, Dec 13, 2017 at 03:21:52PM +0100, Valentin Vidic wrote: > Fixes checkpatch warning: > > WARNING: Possible precedence defect with mask then right shift - may need > parentheses > > Signed-off-by: Valentin Vidic Please do your work against linux-next or staging-next. There have been a