From: Sudip Mukherjee Date: Tue, 10 Feb 2015 11:39:43 +0000 (+0530) Subject: staging: unisys: remove unused variable X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~867 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e81513b05d9b694df8c19011e76dea866092df1;p=pandora-kernel.git staging: unisys: remove unused variable 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 value assigned to it was never used. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed