diff options
author | Rajeshwar R Shinde <[email protected]> | 2023-08-17 17:13:01 +0530 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-08-21 17:13:56 -0400 |
commit | 2d6f70fe175e342d29ee1103523551bb224981d4 (patch) | |
tree | 6596853feb4b839f8d4aac99c0d86c5ae2c5ccc4 /drivers/usb/cdns3 | |
parent | 56a4d69a26c9bc77f4697692b6f7223e09f9de1a (diff) |
scsi: elx: sli4: Remove code duplication
In the function sli_xmit_bls_rsp64_wqe(), the 'if' and 'else' conditions
evaluates the same expression and give the same output. Also, params->s_id
shall not be equal to U32_MAX. Remove the unused code.
This fixes coccinelle warning such as:
drivers/scsi/elx/libefc_sli/sli4.c:2320:2-4: WARNING: possible
condition with no effect (if == else)
Signed-off-by: Rajeshwar R Shinde <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Ram Vegesna <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3')
0 files changed, 0 insertions, 0 deletions