Free a sas phy
void sas_phy_free(struct sas_phy * phy);
phy
SAS PHY to free
Frees the specified SAS PHY.
This function must only be called on a PHY that has not successfully been added using sas_phy_add.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>