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:
2816890
)
iscsi-target: Remove unused variables in iscsi_target_parameters.c
author
Jörn Engel
<joern@logfs.org>
Thu, 15 Mar 2012 19:08:03 +0000
(15:08 -0400)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Fri, 16 Mar 2012 02:16:25 +0000
(19:16 -0700)
local_right_val was an obvious case, tmp_ptr is also write-only, but
evades the compiler by being passed to simple_strtoul as char **endp.
Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found