projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73597bd
)
qla4xxx: Fix smatch warning in func qla4xxx_conn_get_param
author
Adheer Chandravanshi
<adheer.chandravanshi@qlogic.com>
Thu, 10 Apr 2014 01:12:28 +0000
(21:12 -0400)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 19 May 2014 17:12:21 +0000
(19:12 +0200)
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/qla4xxx/ql4_os.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla4xxx/ql4_os.c
b/drivers/scsi/qla4xxx/ql4_os.c
index
592f293
..
9eef7d4
100644
(file)
--- a/
drivers/scsi/qla4xxx/ql4_os.c
+++ b/
drivers/scsi/qla4xxx/ql4_os.c
@@
-2879,7
+2879,6
@@
static int qla4xxx_conn_get_param(struct iscsi_cls_conn *cls_conn,
struct iscsi_conn *conn;
struct qla_conn *qla_conn;
struct sockaddr *dst_addr;
- int len = 0;
conn = cls_conn->dd_data;
qla_conn = conn->dd_data;
@@
-2893,9
+2892,6
@@
static int qla4xxx_conn_get_param(struct iscsi_cls_conn *cls_conn,
default:
return iscsi_conn_get_param(cls_conn, param, buf);
}
-
- return len;
-
}
int qla4xxx_get_ddb_index(struct scsi_qla_host *ha, uint16_t *ddb_index)