diff options
| author | Nathan Chancellor <nathan@kernel.org> | 2026-08-17 12:04:55 -0700 |
|---|---|---|
| committer | Martin K. Petersen (Oracle) <mkp@kernel.org> | 2026-08-23 21:37:21 -0400 |
| commit | b79b88b655a84187aed12d773566dabf5ab72ed6 (patch) | |
| tree | 3362f8bae36e4f193de52ea44bab42182b444721 /tools/perf/scripts/python | |
| parent | d34a88f53a7ab0a4d84fbff137c9077701e95b06 (diff) | |
| download | linux-next-b79b88b655a84187aed12d773566dabf5ab72ed6.tar.gz linux-next-b79b88b655a84187aed12d773566dabf5ab72ed6.zip | |
scsi: ibmvfc: Fix use of uninitialized rport in ibmvfc_do_work()
After commit 696d1cc2aaa2 ("scsi: ibmvfc: process NVMe/FC rports in work
thread"), clang warns (or errors with CONFIG_WERROR=y / W=e):
drivers/scsi/ibmvscsi/ibmvfc-core.c:6154:15: error: variable 'rport' is uninitialized when used here [-Werror,-Wuninitialized]
6154 | } else if (rport && tgt->action == IBMVFC_TGT_ACTION_DEL_AND_LOGOUT_RPORT) {
| ^~~~~
The check for rport is unnecessary in this block, it was accidentally
included from copying and pasting. Remove it to clear up the warning.
Fixes: 696d1cc2aaa2 ("scsi: ibmvfc: process NVMe/FC rports in work thread")
Suggested-by: Tyrel Datwyler <tyreld@linux.ibm.com>
Link: https://lore.kernel.org/6ccbe8c5-beb6-483f-bfa4-c2d3819ad5f2@linux.ibm.com/
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Tyrel Datwyler <tyreld@linux.ibm.com>
Link: https://patch.msgid.link/20260817-ibmvscsi-rport-wuninitialized-v1-1-0fdfb27a5f01@kernel.org
Signed-off-by: Martin K. Petersen (Oracle) <mkp@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
