diff for duplicates of <20200619143041.GD267142@mwanda> diff --git a/a/1.txt b/N1/1.txt index 2d0426c..7d1fe7e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,7 +19,7 @@ index 4576d3ae9937..2436a17f5cd9 100644 - if (NVME_TARGET(vha->hw, fcport)) { + if (found && NVME_TARGET(vha->hw, fcport)) { - if (fcport->disc_state = DSC_DELETE_PEND) { + if (fcport->disc_state == DSC_DELETE_PEND) { qla2x00_set_fcport_disc_state(fcport, DSC_GNL); vha->fcport_count--; -- diff --git a/a/content_digest b/N1/content_digest index dbb349d..3583419 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH] scsi: qla2xxx: Fix a condition in qla2x00_find_all_fabric_devs()\0" - "Date\0Fri, 19 Jun 2020 14:30:41 +0000\0" + "Date\0Fri, 19 Jun 2020 17:30:41 +0300\0" "To\0Nilesh Javali <njavali@marvell.com>" " Darren Trapp <darren.trapp@cavium.com>\0" "Cc\0GR-QLogic-Storage-Upstream@marvell.com" @@ -34,10 +34,10 @@ " \n" "-\t\tif (NVME_TARGET(vha->hw, fcport)) {\n" "+\t\tif (found && NVME_TARGET(vha->hw, fcport)) {\n" - " \t\t\tif (fcport->disc_state = DSC_DELETE_PEND) {\n" + " \t\t\tif (fcport->disc_state == DSC_DELETE_PEND) {\n" " \t\t\t\tqla2x00_set_fcport_disc_state(fcport, DSC_GNL);\n" " \t\t\t\tvha->fcport_count--;\n" "-- \n" 2.27.0 -130c983fdfb32a82c49b8b7d223923f2c145df2159b69885de0582a65ea439c2 +787ac9d5f92e19ff05fee494aab9ca8289e0945b4b8a66ab25ecd76591c4fe2b
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.