git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a90a5
)
staging: unisys: remove unused variable
author
Sudip Mukherjee
<sudipm.mukherjee@gmail.com>
Tue, 10 Feb 2015 11:39:43 +0000
(17:09 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 27 Feb 2015 01:15:07 +0000
(17:15 -0800)
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>
No differences found