[SCSI] libsas: Remove redundant phy state notification calls.
authorJeff Skirvin <jeffrey.d.skirvin@intel.com>
Fri, 16 Dec 2011 08:21:21 +0000 (08:21 +0000)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 19 Feb 2012 20:20:09 +0000 (14:20 -0600)
commit1f4fe89c9c78d3163cf1e389bdc6438a44b64244
tree7f2ac7da0fc682687b0848da9c13babd25f4f620
parent2a559f4ba443265b4c58925b48296f1cf81b49f9
[SCSI] libsas: Remove redundant phy state notification calls.

In the case of an explicit sas_phy_enable call to disable a phy,
the LLDD provides the calls to sas_phy_disconnected and the
PHYE_LOSS_OF_SIGNAL event.

NOTE: This assumes that the lldd(s) generate the notification, which
appears to be the case, but only verfied on isci.

Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/libsas/sas_init.c