Re: [PATCH] usb: class: usblp: Fixed assignments inside if conditions

2017-05-17 Thread Greg KH
On Tue, May 16, 2017 at 07:37:31PM -0500, Alberto Ladron wrote: > On Tue, May 16, 2017 at 01:44:47PM +0800, kbuild test robot wrote: > Hi, > >Here is the fix. Or I have to resubmit the whole patch? The whole patch, of course, you can't break the build with any individual patch, yours is

Re: [PATCH] usb: class: usblp: Fixed assignments inside if conditions

2017-05-17 Thread Greg KH
On Tue, May 16, 2017 at 07:37:31PM -0500, Alberto Ladron wrote: > On Tue, May 16, 2017 at 01:44:47PM +0800, kbuild test robot wrote: > Hi, > >Here is the fix. Or I have to resubmit the whole patch? The whole patch, of course, you can't break the build with any individual patch, yours is

Re: [PATCH] usb: class: usblp: Fixed assignments inside if conditions

2017-05-16 Thread Alberto Ladron
On Tue, May 16, 2017 at 01:44:47PM +0800, kbuild test robot wrote: Hi, Here is the fix. Or I have to resubmit the whole patch? Signed-off-by: Alberto Ladron --- diff --git a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c index b1879ff..c335878 100644 ---

Re: [PATCH] usb: class: usblp: Fixed assignments inside if conditions

2017-05-16 Thread Alberto Ladron
On Tue, May 16, 2017 at 01:44:47PM +0800, kbuild test robot wrote: Hi, Here is the fix. Or I have to resubmit the whole patch? Signed-off-by: Alberto Ladron --- diff --git a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c index b1879ff..c335878 100644 --- a/drivers/usb/class/usblp.c

Re: [PATCH] usb: class: usblp: Fixed assignments inside if conditions

2017-05-15 Thread kbuild test robot
Hi Alberto, [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.12-rc1 next-20170515] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] usb: class: usblp: Fixed assignments inside if conditions

2017-05-15 Thread kbuild test robot
Hi Alberto, [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.12-rc1 next-20170515] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] usb: class: usblp: Fixed assignments inside if conditions

2017-05-12 Thread Alberto Ladron
Fixed coding style issues. Signed-off-by: Alberto Ladron --- drivers/usb/class/usblp.c | 32 +--- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c index fb87c17..b1879ff

[PATCH] usb: class: usblp: Fixed assignments inside if conditions

2017-05-12 Thread Alberto Ladron
Fixed coding style issues. Signed-off-by: Alberto Ladron --- drivers/usb/class/usblp.c | 32 +--- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c index fb87c17..b1879ff 100644 ---