Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-08 Thread Dan Carpenter
On Fri, May 08, 2015 at 01:24:32PM +0530, Sudip Mukherjee wrote: > so, what i understood till now: > 1) any patch of the series should not break the build. > (you told me that in my parport patch series :) ) > > 2) any patch of the series should not introduce build warning. > > 3) when i a

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-08 Thread Sudip Mukherjee
On Fri, May 08, 2015 at 10:34:49AM +0300, Dan Carpenter wrote: > On Fri, May 08, 2015 at 09:54:44AM +0530, Sudip Mukherjee wrote: > > On Thu, May 07, 2015 at 10:04:32PM +0200, Greg Kroah-Hartman wrote: > > > On Thu, May 07, 2015 at 03:06:52PM +0530, Sudip Mukherjee wrote: > > > > the previous patch

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-08 Thread Dan Carpenter
On Fri, May 08, 2015 at 09:54:44AM +0530, Sudip Mukherjee wrote: > On Thu, May 07, 2015 at 10:04:32PM +0200, Greg Kroah-Hartman wrote: > > On Thu, May 07, 2015 at 03:06:52PM +0530, Sudip Mukherjee wrote: > > > the previous patch of the series made this variable unused. > > > > What do you mean? T

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-08 Thread Greg Kroah-Hartman
On Fri, May 08, 2015 at 09:54:44AM +0530, Sudip Mukherjee wrote: > On Thu, May 07, 2015 at 10:04:32PM +0200, Greg Kroah-Hartman wrote: > > On Thu, May 07, 2015 at 03:06:52PM +0530, Sudip Mukherjee wrote: > > > the previous patch of the series made this variable unused. > > > > What do you mean? T

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-07 Thread Sudip Mukherjee
On Thu, May 07, 2015 at 10:04:32PM +0200, Greg Kroah-Hartman wrote: > On Thu, May 07, 2015 at 03:06:52PM +0530, Sudip Mukherjee wrote: > > the previous patch of the series made this variable unused. > > What do you mean? There was only one other patch in this series, never > send a patch that cau

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-07 Thread Greg Kroah-Hartman
On Thu, May 07, 2015 at 03:06:52PM +0530, Sudip Mukherjee wrote: > the previous patch of the series made this variable unused. What do you mean? There was only one other patch in this series, never send a patch that causes a build warning. greg k-h -- To unsubscribe from this list: send the line

[PATCH 2/2] staging: unisys: remove unused variable

2015-05-07 Thread Sudip Mukherjee
the previous patch of the series made this variable unused. Signed-off-by: Sudip Mukherjee --- drivers/staging/unisys/visorchipset/visorchipset_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/visorchipset_main.c b/drivers/staging/unisys/visorchips