http://git.etherboot.org
/
mirror
/
scst
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed a (false positive) compiler warning.
[mirror/scst/.git]
/
iscsi-scst
/
kernel
/
nthread.c
diff --git
a/iscsi-scst/kernel/nthread.c
b/iscsi-scst/kernel/nthread.c
index
54acd1d
..
9819e69
100644
(file)
--- a/
iscsi-scst/kernel/nthread.c
+++ b/
iscsi-scst/kernel/nthread.c
@@
-765,7
+765,7
@@
out:
static void process_read_io(struct iscsi_conn *conn, int *closed)
{
struct iscsi_cmnd *cmnd = conn->read_cmnd;
static void process_read_io(struct iscsi_conn *conn, int *closed)
{
struct iscsi_cmnd *cmnd = conn->read_cmnd;
- int res;
+ int res
= 0
;
TRACE_ENTRY();
TRACE_ENTRY();