Re: [PATCH] staging: greybus: Fix macro definition

2016-12-03 Thread kbuild test robot
Hi ChinmayVS, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.9-rc7 next-20161202] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chinmay-VS/staging-greybus-Fix-m

Re: [PATCH] staging: greybus: Fix macro definition

2016-12-03 Thread Chinmay V S
On Sat, Dec 3, 2016 at 3:52 PM, Greg KH wrote: > On Sat, Dec 03, 2016 at 03:41:19PM +0530, Chinmay VS wrote: >> From: ChinmayVS >> >> Macros with multiple statements should be enclosed in a do - while loop >> >> Signed-off-by: ChinmayVS >> --- >> drivers/staging/greybus/loopback.c | 4 +++- >>

Re: [PATCH] staging: greybus: Fix macro definition

2016-12-03 Thread Greg KH
On Sat, Dec 03, 2016 at 03:41:19PM +0530, Chinmay VS wrote: > From: ChinmayVS > > Macros with multiple statements should be enclosed in a do - while loop > > Signed-off-by: ChinmayVS > --- > drivers/staging/greybus/loopback.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff

[PATCH] staging: greybus: Fix macro definition

2016-12-03 Thread Chinmay VS
From: ChinmayVS Macros with multiple statements should be enclosed in a do - while loop Signed-off-by: ChinmayVS --- drivers/staging/greybus/loopback.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback.