diff options
| author | Colin Ian King <[email protected]> | 2017-03-28 12:12:22 +0100 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2017-03-29 22:38:53 -0400 |
| commit | a28b259b43914b04746184cec318c67bded7234c (patch) | |
| tree | 4a9c7f93abd2a39cb9987721ba7f74dd75b4b0e9 /tools/perf/scripts/python/bin | |
| parent | ce8c4a1ec92bec6e6648d6292c748d27e88f3c76 (diff) | |
scsi: hisi_sas: add missing break in switch statement
It appears that a break in the TRANS_TX_OPEN_CNX_ERR_NO_DESTINATION case
got accidentally removed in an earlier commit, as it stands, the
ts->stat and ts->open_rej_reason are being updated twice for this case
which looks incorrect. Fix this by adding in the missing break
statement.
Detected by CoverityScan, CID#1422110 ("Missing break in switch")
Fixes: 634a9585f49c7 ("scsi: hisi_sas: process error codes according to their priority")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: John Garry <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions