Re: [PATCH 3/4] staging: mt7621: Add braces around macro argument

2018-07-16 Thread Greg KH
On Fri, Jul 13, 2018 at 03:41:05PM +0200, Oliver Hübers wrote: > Add braces around macro argument to avoid precedence problems. That is not what this patch does :(

Re: [PATCH 3/4] staging: mt7621: Add braces around macro argument

2018-07-16 Thread Greg KH
On Fri, Jul 13, 2018 at 03:41:05PM +0200, Oliver Hübers wrote: > Add braces around macro argument to avoid precedence problems. That is not what this patch does :(

[PATCH 3/4] staging: mt7621: Add braces around macro argument

2018-07-13 Thread Oliver Hübers
Add braces around macro argument to avoid precedence problems. This fixes the corresponding checkpatch warning. Signed-off-by: Oliver Hübers Signed-off-by: Vanessa Borgmann --- drivers/staging/mt7621-pci/pci-mt7621.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 3/4] staging: mt7621: Add braces around macro argument

2018-07-13 Thread Oliver Hübers
Add braces around macro argument to avoid precedence problems. This fixes the corresponding checkpatch warning. Signed-off-by: Oliver Hübers Signed-off-by: Vanessa Borgmann --- drivers/staging/mt7621-pci/pci-mt7621.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git