This patch fixes the issue where Dell-EMC Target will fail to discover LUNs
if domain and area of port ID is not same as adapter's.
Signed-off-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
                if ((domain & 0xf0) == 0xf0)
                        continue;
 
-               /* Bypass if not same domain and area of adapter. */
-               if (area && domain &&
-                   (area != vha->d_id.b.area || domain != vha->d_id.b.domain))
-                       continue;
-
                /* Bypass invalid local loop ID. */
                if (loop_id > LAST_LOCAL_LOOP_ID)
                        continue;