]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: unisys: remove unused variable
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 10 Feb 2015 11:39:43 +0000 (17:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Feb 2015 01:15:07 +0000 (17:15 -0800)
commit2e81513b05d9b694df8c19011e76dea866092df1
tree12e884ea329123efcb84b3ad7c22282e63025e3f
parent35a90a563be777e40c5b107cda27ae93cb31e63d
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 <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/vmcallinterface.h