diff options
| author | Himanshu Madhani <himanshu.madhani@qlogic.com> | 2016-01-20 15:42:58 -0800 | 
|---|---|---|
| committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2016-01-29 19:29:59 -0800 | 
| commit | dacb58221805bb72ec46a73826c9e59a587d7d68 (patch) | |
| tree | 00726c4ecf60ef7064876e56195e780018a39af4 /scripts/stackusage | |
| parent | 8a9ebe717a133ba7bc90b06047f43cc6b8bcb8b3 (diff) | |
qla2xxx: Fix warning reported by static checker
This patch fixes following warning
drivers/scsi/qla2xxx/qla_target.c:3587 qlt_do_ctio_completion()
warn: impossible condition '(logged_out == 41) => (0-1 == 41)'
drivers/scsi/qla2xxx/qla_target.c
 3580                  case CTIO_PORT_LOGGED_OUT:
 3581                  case CTIO_PORT_UNAVAILABLE:
 3582                  {
 3583                          bool logged_out = (status & 0xFFFF);
 3584                          ql_dbg(ql_dbg_tgt_mgt, vha, 0xf059,
 3585                              "qla_target(%d): CTIO with %s status %x "
 3586                              "received (state %x, se_cmd %p)\n", vha->vp_idx,
 3587                              (logged_out == CTIO_PORT_LOGGED_OUT) ?
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                    Bool cannot equal 0x26.
 3588                              "PORT LOGGED OUT" : "PORT UNAVAILABLE",
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
