|
@@ -685,7 +685,7 @@ skip_rio:
|
|
if (vha->vp_idx && test_bit(VP_SCR_NEEDED, &vha->vp_flags))
|
|
if (vha->vp_idx && test_bit(VP_SCR_NEEDED, &vha->vp_flags))
|
|
break;
|
|
break;
|
|
/* Only handle SCNs for our Vport index. */
|
|
/* Only handle SCNs for our Vport index. */
|
|
- if (vha->vp_idx && vha->vp_idx != (mb[3] & 0xff))
|
|
|
|
|
|
+ if (vha->vp_idx != (mb[3] & 0xff))
|
|
break;
|
|
break;
|
|
DEBUG2(printk("scsi(%ld): Asynchronous RSCR UPDATE.\n",
|
|
DEBUG2(printk("scsi(%ld): Asynchronous RSCR UPDATE.\n",
|
|
vha->host_no));
|
|
vha->host_no));
|