commit | 8a914f32e2dfaff7f23002502ba64a2abb2a4a50 | [log] [tgz] |
---|---|---|
author | Hariprasad Kelam <hariprasad.kelam@gmail.com> | Tue May 28 06:51:52 2019 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Jun 18 19:46:23 2019 -0400 |
tree | f603088e89482b744f5ad5b985abb7a0ab418ed2 | |
parent | 32877947b7a806bb655a830d9cab709a3aebd49b [diff] |
scsi: target/iscsi: fix possible condition with no effect (if == else) Fix the following warning reported by coccicheck: drivers/target/iscsi/iscsi_target_nego.c:175:6-8: WARNING: possible condition with no effect (if == else) Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com> Reviewed-by: David Disseldorp <ddiss@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>