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

2015-11-16 Thread Sudip Mukherjee
The variables op, sd and zmotion were never being used. Signed-off-by: Sudip Mukherjee --- drivers/staging/unisys/visorhba/visorhba_main.c | 4 drivers/staging/unisys/visorinput/visorinput.c | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git

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

2015-02-11 Thread Sudip Mukherjee
On Tue, Feb 10, 2015 at 02:34:15PM +0800, Greg Kroah-Hartman wrote: On Tue, Feb 10, 2015 at 10:50:06AM +0530, Sudip Mukherjee wrote: But as I've missed this in the past, nevermind, I'll take it as is. Can you resend your outstanding patches and I'll queue them up after 3.20-rc1 is

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

2015-02-09 Thread Sudip Mukherjee
On Tue, Feb 10, 2015 at 02:34:15PM +0800, Greg Kroah-Hartman wrote: On Tue, Feb 10, 2015 at 10:50:06AM +0530, Sudip Mukherjee wrote: Nothing to do on your side, I am on the road this week and will move those to my -next branch right now, thanks for reminding me. welcome sir. If you ever need

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

2015-02-09 Thread Greg Kroah-Hartman
On Tue, Feb 10, 2015 at 10:50:06AM +0530, Sudip Mukherjee wrote: if you want I can add an extra From: line, but Dan has already given his commments for that at https://lkml.org/lkml/2014/9/3/135 quoting him : If everyone starts using From headers like this then it becomes a pain

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

2015-02-09 Thread Greg Kroah-Hartman
On Sun, Feb 08, 2015 at 04:31:07PM +0530, Sudip Mukherjee wrote: On Sat, Feb 07, 2015 at 05:22:16PM +0800, Greg Kroah-Hartman wrote: On Fri, Feb 06, 2015 at 06:13:21PM +0530, Sudip Mukherjee wrote: we were getting lots of warnings about _tempresult set but not used. _tempresult was used

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

2015-02-09 Thread Sudip Mukherjee
On Tue, Feb 10, 2015 at 05:35:40AM +0800, Greg Kroah-Hartman wrote: On Sun, Feb 08, 2015 at 04:31:07PM +0530, Sudip Mukherjee wrote: On Sat, Feb 07, 2015 at 05:22:16PM +0800, Greg Kroah-Hartman wrote: On Fri, Feb 06, 2015 at 06:13:21PM +0530, Sudip Mukherjee wrote: we were getting lots

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

2015-02-08 Thread Sudip Mukherjee
On Sat, Feb 07, 2015 at 05:22:16PM +0800, Greg Kroah-Hartman wrote: On Fri, Feb 06, 2015 at 06:13:21PM +0530, Sudip Mukherjee wrote: we were getting lots of warnings about _tempresult set but not used. _tempresult was used in the macro ISSUE_IO_VMCALL_POSTCODE_SEVERITY which was again using

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

2015-02-07 Thread Greg Kroah-Hartman
On Fri, Feb 06, 2015 at 06:13:21PM +0530, Sudip Mukherjee wrote: we were getting lots of warnings about _tempresult set but not used. _tempresult was used in the macro ISSUE_IO_VMCALL_POSTCODE_SEVERITY which was again using another macro ISSUE_IO_EXTENDED_VMCALL. but the vallue assigned to it

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

2015-02-06 Thread Sudip Mukherjee
we were getting lots of warnings about _tempresult set but not used. _tempresult was used in the macro ISSUE_IO_VMCALL_POSTCODE_SEVERITY which was again using another macro ISSUE_IO_EXTENDED_VMCALL. but the vallue assigned to it was never used. Signed-off-by: Sudip Mukherjee su...@vectorindia.org